CLOSED(:
#1

Is this the best way to make faction cars,

pawn Код:
AddStaticVehicleEx
or
pawn Код:
CreateVehicle
Or if there is a better way could you please tell me..?
Reply
#2

I use the first
Reply
#3

I just use AddStaticVehicle :P
Reply
#4

Quote:
Originally Posted by Joe Torran C
I just use AddStaticVehicle :P
Same it works PERFECTLY
Reply
#5

Quote:
Originally Posted by park4bmx
Quote:
Originally Posted by Joe Torran C
I just use AddStaticVehicle :P
Same it works PERFECTLY
I'd say the same :P
Reply
#6

I use createvehicle for my car's and addstaticvehicleex for trains etc..
Reply
#7

Shady what is the upside for CreateVehicle?
Reply
#8

all of them works just fine
Reply
#9

I know but i think i found the upside, with createvehicle you can set respawn time to -1 so they don't respawn at all
Reply
#10

Quote:
Originally Posted by Steven82
I know but i think i found the upside, with createvehicle you can set respawn time to -1 so they don't respawn at all
Yes that's what I have done.

AddStaticVehicleEx is so you can set respawn time's etc.. if you want unlimited respawn time you can set it to -1

like

pawn Код:
CreateVehicle(411, x,y,z, a, 0, 0, -1);
// this won't re spawn if made like this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)