Need help linking script with timer?
#3

When you use SetTimerEx, there are arguments supported in it which allows you to store static data from where the timer is initiated.

Example:
pawn Код:
SetTimerEx("OnPlayerVehicleSpawn", (10 * 60 * 1000) /*10 minutes*/, false, "ii", playerid, your_vehicle_model);
Reply


Messages In This Thread
Need help linking script with timer? - by GunZsmd - 19.04.2016, 15:47
Re: Need help linking script with timer? - by GunZsmd - 19.04.2016, 16:14
Re: Need help linking script with timer? - by Gammix - 19.04.2016, 16:23
Re: Need help linking script with timer? - by GunZsmd - 19.04.2016, 16:28
Re: Need help linking script with timer? - by GunZsmd - 19.04.2016, 16:37
Re: Need help linking script with timer? - by Gammix - 19.04.2016, 16:41
Re: Need help linking script with timer? - by GunZsmd - 19.04.2016, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)