auto put in vehicle
#1

Код:
CreateVehicle(581,X,Y-2,Z,0,0,1,0,3);
now how i get the id of the vehicle i just created, and put the player in it?

Reply
#2

pawn Код:
new vehicle = CreateVehicle(581,X,Y-2,Z,0,0,1,0,3);
PutPlayerInVehicle(playerid, vehicle, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)