SetTimerEx What's that ?
#1

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 ?
Reply
#2

https://sampwiki.blast.hk/wiki/SetTimerEx

Will call NGLandVehicles[x] every 10000
Reply
#3

Remove the line then if you don't want them to respawn.
Reply
#4

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 ?
Reply
#5

Anybody ?
Reply
#6

just do this //
pawn Код:
//SetTimerEx("OnVehicleSpawn", 10000, false, "i", NGLandVehicles[x]);
Reply
#7

Ok but I meant about the others three lines of CIA ... ? Can you help me ?
Reply
#8

Bump sry I have to get the answer...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)