15.09.2012, 06:38
Hey can somebody help me with this error
Line
pawn Код:
F:\Users\Daniel\Desktop\GCRP\filterscripts\afk.pwn(254) : error 017: undefined symbol "IsPlayerPaused"
pawn Код:
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;
}