help me - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help me (
/showthread.php?tid=484738)
help me -
trandiep1982 - 01.01.2014
pawn Код:
Timer Name: AFKUpdate()
TickRate: 10 Secs.
timer AFKUpdate[10000]()
{
if(Iter_Count(Player) > MAX_PLAYERS - 100)
{
foreach(Player, i)
{
if((playerTabbed[i] > 300 || playerAFK[i] > 300) && PlayerInfo[i][pShopTech] < 1 && PlayerInfo[i][pAdmin] < 4)
{
Kick(i);
}
}
}
return 1;
}
i have error 010: invalid function or declaration any body help me fix it. thanks so much