Vehicles respawning when they shouldn't
#1

Hey, I'm trying to make a RP server but every car respawns after a little bit of time (~5 mins) after somebody leaves that car. Cars that are added with AddStaticVehicle still respawn, even tough they're not added with AddStaticVehicleEx. Why?
Thanks.
Reply
#2

The -1 needs to be into the CreateVehicle line to stop the vehicle from respawning.

pawn Код:
CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, -1);
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)