19.06.2015, 20:20
Change this
to this(put it under on player update)
And to explain you why it doesn't ban you:
Ban(playerid);
Where do you think that it will found out what playerid?
Код:
delete this ----- SetTimer("USACHealthCheckBan", 500, true);
Код:
USACHealthCheckBan(palyerid);
Ban(playerid);
Where do you think that it will found out what playerid?