Car Respawn
#1

How to not give the cars respawn?

****** Translate..¬¬
Reply
#2

pawn Код:
CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, -1)
You need -1 for respawn timer.
Reply
#3

But I have more than 100 AddStaticVehicle, and don't want to substitute all. Other suggestion?
Reply
#4

CTRL+H to replace whatever you want with something else. I think you can your work way from there.
Reply
#5

Ok, I did. It's correct?(All are the same as this example)

Before
Код:
AddStaticVehicle(416,-2543.9534,586.9307,14.6012,270.1252,1,3);
After
Код:
CreateVehicle(416,-2543.9534,586.9307,14.6012,270.1252,1,3,-1);
Reply
#6

yes
Reply
#7

Ok, thanks. Only more one thing: when I restart the server, the cars goin back to it original position?
Reply
#8

Quote:
Originally Posted by [BEP
GeoPilot ]
Ok, thanks. Only more one thing: when I restart the server, the cars goin back to it original position?
yes
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)