Determine CreateVehicle vehicle ID
#1

Hello. How can i determine vehcile ID which is spawned in game using some commands? My code is this:
Код:
CreateVehicle(520, RandomSpawn[rand][0], RandomSpawn[rand][1], RandomSpawn[rand][2], RandomSpawn[rand][3], 65, 65, 120);
And i need to get this spawned vehicle ID to put player in that.
Reply
#2

pawn Код:
new vehicleid;
vehicleid = CreateVehicle(520, RandomSpawn[rand][0], RandomSpawn[rand][1], RandomSpawn[rand][2], RandomSpawn[rand][3], 65, 65, 120);
Reply
#3

Quote:
Originally Posted by DRIFT_HUNTER
Посмотреть сообщение
pawn Код:
new vehicleid;
vehicleid = CreateVehicle(520, RandomSpawn[rand][0], RandomSpawn[rand][1], RandomSpawn[rand][2], RandomSpawn[rand][3], 65, 65, 120);
Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)