Quote:
Originally Posted by [xB]Lordz
pawn Код:
new IsPlayerPaused[MAX_PLAYERS]; //You must create a variable or else the compiler wont execute the function. public AFK(playerid) { if(IsPlayerPaused(playerid)) // THIS IS THE LINEEEE { Kick(playerid); new string[128], playername[24]; GetPlayerName(playerid, playername, 24); format(string, sizeof(string), "(GC)%s e isklucen od serverot.Pricina: AFK", playername); SendClientMessageToAll(0xAFAFAFAA, string); } return 1; }
For solving the error,this will do.
|
Your code will just solve the error. .but his script will not work properly. . coz it is only variable.. it won't detect if the player is paused OR not!