28.07.2012, 17:00
I have this function:
I want to use "checkpointid" in a timer:
playerid is "i" in the timer, but what is checkpointid, "s", "i" or what?
pawn Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
pawn Код:
PlayerCountTimer[playerid] = SetTimerEx("Count", 1000, true, "i", playerid, checkpointid);