Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 5305 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

Sveiki, siandiena sugalvojau ideti sita systema tikiuosi jos prireiks kuriant real life Tikrai tikiu kad ja beveik visi zinote bet ji yra skirta naujokams ;);)

Pradekime

1.Ieiname i savo belenkoki gamemoda kuriam truksta sios systemos

2.Tarp jos susirandome sita public OnPlayerCommandText

3.Po ja rasome sita

if(!strcmp(cmdtext, "/buciuot", true,8))
{
	if(cmdtext[8] == 0){SendClientMessage(playerid, BLUE, "* Pabuciuoti zaideja: /buciuot [nick'o dalis]"); return 1;}//Cia kad rodytu jei parasete komanda tik /buciuot
	new tid = GetPlayeridMid(cmdtext[9]);
	if(tid==INVALID_PLAYER_ID){SendClientMessage(playerid, RED, "* Tokio zaidejo nera"); return 1;}//Jei zaidejo nebus ar netoks nickas jums mes sita
	if(tid==playerid){SendClientMessage(playerid, GREEN, "* Homo :D"); return 1;}//Cia jei pabandysite pabuciuoti savo lyti
	if(playerDB[playerid][cuffed]){return 1;}
	if(IsPlayerInAnyVehicle(playerid)){
			SendClientMessage(playerid,RED,"masinoj per anksta buciuotis!!!!!!");
			return 1;
	}
	if(playerDB[playerid][lytis]==playerDB[tid][lytis])
		{
			SendClientMessage(playerid,RED,"Homoseksualu nera!!!.");//Cia vel jei bandysit buciuot savo lyti ;D
		    return 1;
		}
       new Float:Coo[3];
	GetPlayerPos(tid,Coo[0],Coo[1],Coo[2]);
	if(!PlayerToPoint(30, playerid, Coo[0],Coo[1],Coo[2])){SendClientMessage(playerid, RED, "* Zaidejas per toli!"); return 1;}//zaidejas per toli...
	if(playerDB[playerid][ikalintas] || playerDB[tid][ikalintas]) {SendClientMessage(playerid, RED, "* Kalejime buciuotis negalima."); return 1;}//Cia suprasit
       SetPlayerPos(tid,Coo[0],Coo[1]+1.28,Coo[2]);//Cia nustatoto pozicija kuria jie atsidurs tad nieko cia nekeiskite
	SetPlayerFacingAngle(playerid,0);
	SetPlayerFacingAngle(tid,180);
	ClearAnimations(playerid);
	ClearAnimations(tid);
	ApplyAnimation(playerid,"KISSING","Grlfrd_Kiss_03",4.0,0,0,0,0,-1);//Cia galite pakeisti animacija
	ApplyAnimation(tid,"KISSING","Grlfrd_Kiss_03",4.0,0,0,0,0,-1);//nu cia taspats
  	return 1;
}

Tikiuosi padejau naujokams ir kitiems aciu uz demesi :)

Jei padejau +R3P

:lok: :lok: :lok: :funny::funny: :liuxas: :liuxas:

-- Papildyta --

Sorry cia po pradekime raso

1.Ieiname i savo belenkoki gamemoda kuriam truksta sios systemos

2.Tarp jos susirandome sita public OnPlayerCommandText

3.Po ja rasome sita

Skripteriux HeLpErIuxxx :)...Wanna Be Best Scripter Ever

WTF?

data/menu.txt(81) : error 017: undefined symbol "GetPlayerMoneyA"

data/menu.txt(89) : error 017: undefined symbol "GivePlayerMoneyA"

data/lobis.txt(149) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(75) : warning 202: number of arguments does not match definition

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(83) : error 017: undefined symbol "InvalidNickKick"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(84) : error 004: function "Clear" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(111) : error 004: function "SavePlayerData" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(113) : error 004: function "SavePlayerData" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(142) : error 004: function "LoadPlayerData" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(157) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(202) : error 017: undefined symbol "ResetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(208) : error 017: undefined symbol "ResetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(235) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(240) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(242) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(360) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(368) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(369) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(390) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(396) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(429) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(436) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(484) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(491) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(595) : warning 225: unreachable code

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(776) : error 004: function "SavePlayerData" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(821) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(831) : error 017: undefined symbol "GetPlayerMoneyA"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

WTF?

data/menu.txt(81) : error 017: undefined symbol "GetPlayerMoneyA"

data/menu.txt(89) : error 017: undefined symbol "GivePlayerMoneyA"

data/lobis.txt(149) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(75) : warning 202: number of arguments does not match definition

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(83) : error 017: undefined symbol "InvalidNickKick"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(84) : error 004: function "Clear" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(111) : error 004: function "SavePlayerData" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(113) : error 004: function "SavePlayerData" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(142) : error 004: function "LoadPlayerData" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(157) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(202) : error 017: undefined symbol "ResetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(208) : error 017: undefined symbol "ResetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(235) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(240) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(242) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(360) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(368) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(369) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(390) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(396) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(429) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(436) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(484) : error 017: undefined symbol "GetPlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(491) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(595) : warning 225: unreachable code

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(776) : error 004: function "SavePlayerData" is not implemented

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(821) : error 017: undefined symbol "GivePlayerMoneyA"

C:\Users\Donio\Downloads\GRP4\GRP4\gamemodes\GRP4.pwn(831) : error 017: undefined symbol "GetPlayerMoneyA"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

Kaskur nepadejai {} Arba praleidai pvz gali but taip SendClientMessage(playerid,spalva,"textas textukas");

}

Tai gali but kad buvo pasikartojantis {} ... nes turi buti taip\

}

{

Taip ;) Tikiusi supratai :D

8cade8cebbb281ff5764044f778683d3863.png

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 5305 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Svečias
Ši tema yra užrakinta.
  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...