17.10.2009, 13:50
pawn Код:
new carid;
new Float:x,Float:y,Float:z,Float:a;
GetPlayerFacingAngle(playerid, a);
GetPlayerPos(playerid, x, y, z);
SendClientMessage(playerid,COLOR_YELLOW,"bla bla bla");
carid = CreateVehicle(vid, x, y, z, a, 0, 0, 0);
PutPlayerInVehicle(playerid,carid,0);