07.07.2010, 09:15
Quote:
|
Since you claim that they get banned on connection, then they wont since 10 seconds would have passed since they connected. And use a timer
https://sampwiki.blast.hk/wiki/SetTimer https://sampwiki.blast.hk/wiki/SetTimerEx |
pawn Код:
public OnPlayerConnect(playerid)
{
checkpointTimer[playerid] = SetTimerEx("rangeCheck", 1000, 1, "i", playerid);
SetPlayerColor(playerid, COLOR_LIGHTGREY);
weaponTimer[playerid] = SetTimerEx("weaponCheck", 1000, 1, "i", playerid);


