Car spawn.
#1

Quote:

new Floatos[4];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
GetPlayerFacingAngle(playerid, pos[3]);
CreateVehicle(482, pos[0], pos[1], pos[2], pos[3], 1, 1, 1200);
PutPlayerInVehicle(playerid, 482, 0);

Please i want if player spawn this car,so no playet put in vehicle,but car spawn before player.
Reply
#2

Remove the putplayerinvehicle.
Reply
#3

PHP код:
new Float:pos[4];
GetPlayerPos(playeridpos[0], pos[1], pos[2]);
GetPlayerFacingAngle(playeridpos[3]);
CreateVehicle(482pos[0], pos[1], pos[2], pos[3], 111200); 
This will however spawn the vehicle right on top of the player.
Reply
#4

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)