11.04.2011, 06:23
Hi i made a dialog that can spawn cars but i want when spawn a car i want the driver to be in the car.
new Float:x, Float:y, Float:z, Float:a;
GetPlayerFacingAngle(playerid,a);
GetPlayerPos(playerid, x, y, z);
new car;
car=CreateVehicle(463,x,y,z+4,a,-1,-1,30000);
PutPlayerInVehicle(playerid,car,0);
SendClientMessage(playerid, 0xFFFFFFFF, "blalaa);