Lock a vehicle when it spawns?
#1

How can I lock a vehicle whenever it spawns?
I know the vehicle parrameter things but I cant fingere out how I can get the Vehicle Id.
Help would be nice.

Arno.
Reply
#2

https://sampwiki.blast.hk/wiki/SetVehicleParamsForPlayer!
xD
Reply
#3

I told you I know about hte Params and shit
I need to know how it can be locked when I didnt went inside the vehicle.
Reply
#4

Scroll down
Reply
#5

Ill give it a try , will +rep if it works.
Reply
#6

do something like this
Код:
foreach(Player, i)
						{
								SetVehicleParamsForPlayer(keycar,i,0,1);
							}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)