Am I doing this right?
#4

pawn Код:
SetTimerEx("VehicleTime", 60000, false, "i", playerid);
Create the timer.

[pawn]
forward VehicleTime(playerid);
public VehicleTime(playerid)
{
SomeFunc[playerid] = false;
return 1;
}

Reset the function.

pawn Код:
// Under command
SomeFunc[playerid] = true;
Create a global variable named "SomeFunc[MAX_PLAYERS];"
Reply


Messages In This Thread
Am I doing this right? - by iBoX - 13.04.2013, 19:46
Re: Am I doing this right? - by DaTa[X] - 13.04.2013, 19:52
Re: Am I doing this right? - by shady001 - 13.04.2013, 19:52
Re: Am I doing this right? - by Isolated - 13.04.2013, 19:52
Re: Am I doing this right? - by Vince - 13.04.2013, 19:54
Re: Am I doing this right? - by iBoX - 13.04.2013, 20:17

Forum Jump:


Users browsing this thread: 2 Guest(s)