SA-MP Forums Archive
[HELP]Cars Respawn - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]Cars Respawn (/showthread.php?tid=79883)



[HELP]Cars Respawn - DiEx - 31.05.2009

Hi, I created a BigRamp and I have fixed vehicle fall whit a Loading Object Timer. Now in the first time the command work good and there is all vehicle, but when I type the command again vehicle fall down and not respawn because they fall on the water. Can I set the time of that vehicle respawn?
Sry for my Bad English

EDIT: Maybe I can set that time whit seif_vehicles include, but I have an Error from That

Код:
\pawno\include\seif_vehicles.inc(423) : error 017: undefined symbol "sviID"
Can anyone send me compiled include file?


Re: [HELP]Cars Respawn - Correlli - 31.05.2009

AddStaticVehicleEx(modelid, Floatpawn_x, Floatpawn_y, Floatpawn_z, Float:angle, color1, color2, respawn_delay)

And looks like you didn't defined "sviID".


Re: [HELP]Cars Respawn - Luka P. - 31.05.2009

pawn Код:
new sviID;



Re: [HELP]Cars Respawn - Correlli - 31.05.2009

Quote:
Originally Posted by Luka[balkan-samp.com
]
pawn Код:
new sviID;
You can't know if "sviID" is function or variable. (yes, it's probably a variable, but it can be a function, too)


Re: [HELP]Cars Respawn - Luka P. - 01.06.2009

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Luka[balkan-samp.com
]
pawn Код:
new sviID;
You can't know if "sviID" is function or variable. (yes, it's probably a variable, but it can be a function, too)
Yeah,i can`t,but usually it is a variable.