SetTimerEx What's that ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SetTimerEx What's that ? (
/showthread.php?tid=447140)
SetTimerEx What's that ? -
ProjectFutureRolePlay - 28.06.2013
What's that line means ? Cause Cars auto respawns to me at my server of LEO -
Each Vehicles end lines of each fac , That's say that line just instead FDSAVehicles - CIAVehicles for example...
Код:
SetTimerEx("OnVehicleSpawn", 10000, false, "i", NGLandVehicles[x]);
Then ?
Re: SetTimerEx What's that ? -
RiChArD_A - 28.06.2013
https://sampwiki.blast.hk/wiki/SetTimerEx
Will call NGLandVehicles[x] every 10000
Re: SetTimerEx What's that ? -
MP2 - 28.06.2013
Remove the line then if you don't want them to respawn.
Re: SetTimerEx What's that ? -
ProjectFutureRolePlay - 28.06.2013
But there's another lines at the end of CIA Vehicles , At that end of lines there's no the timer , There's it :
Код:
{
format(string, sizeof(string), "MPS %d", MPSVehicles[x]);
SetVehicleNumberPlate(MPSVehicles[x], string);
SetVehicleToRespawn(MPSVehicles[x]);
}
Then what to remove for non respawn ?
Re: SetTimerEx What's that ? -
ProjectFutureRolePlay - 29.06.2013
Anybody ?
Re: SetTimerEx What's that ? -
Anak - 29.06.2013
just do this //
pawn Код:
//SetTimerEx("OnVehicleSpawn", 10000, false, "i", NGLandVehicles[x]);
Re: SetTimerEx What's that ? -
ProjectFutureRolePlay - 29.06.2013
Ok but I meant about the others three lines of CIA ... ? Can you help me ?
Re: SetTimerEx What's that ? -
ProjectFutureRolePlay - 29.06.2013
Bump sry I have to get the answer...