09.04.2014, 04:15
change
To
also instead of else break; try doing else return 0;
And you added a : here so remove it and add a semicolon ;
Код:
if(tele_Enabled[playerid == 1 && PlayerInfo[playerid][pAdmin] >= 2)
Код:
if(tele_Enabled[playerid] == 1 && PlayerInfo[playerid][pAdmin] >= 2)
And you added a : here so remove it and add a semicolon ;
Код:
return SendClientMessage(playerid, WHITE, "ERR: You cannot use this command!");