if(GetPlayerArmour(playerid)); //will check if player is using Jetpack
{
if(Pancir == 0) //if global variable JetPack is 0
{
new string,name;
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string),"LG: %s [ID %s] mozebi koristi Armor Hack proverete go!!",name,playerid);
ABroadCast(COLOR_YELLOW,string);
TBroadCast(COLOR_YELLOW,string);
}
else //if global variable JetPack is 1
return 1; //will return 1;
}
else Pancir = 0; //if player leaves the JetPack using Enter/F it will set the Global Variable JetPack to 0 again to avoid the problem in our command /jetpack
if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK) //will check if player is using Jetpack
{
if(JetPack == 0) //if global variable JetPack is 0
{
new string,name;
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string),"LG: %s mozebi koristi Jetpack Hack proverete go.",name);
SendClientMessageToAll(COLOR_GREEN,string);
}
else //if global variable JetPack is 1
return 1; //will return 1;
}
else JetPack = 0; //if player leaves the JetPack using Enter/F it will set the Global Variable JetPack to 0 again to avoid the problem in our command /jetpack
return 1;
}Detaljan opis problema: Daje mi ova 2 erora na prvu i na zadnju liniju
D:\Documents and Settings\Miki\Desktop\gm\gamemodes\rp.pwn(18533) : error 029: invalid expression, assumed zero
D:\Documents and Settings\Miki\Desktop\gm\gamemodes\rp.pwn(18520) : error 036: empty statementDio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):
