[HELP]Cars Respawn
#1

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

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

And looks like you didn't defined "sviID".
Reply
#3

pawn Код:
new sviID;
Reply
#4

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)