03.11.2013, 22:01
pawn Код:
new Bike[MAX_PLAYERS];
Cars(playerid, vehicle,col1,col2)
{
new Float:x,Float:y,Float:z;
new Float:Angle;
GetPlayerPos(playerid,x,y,z);
GetPlayerFacingAngle(playerid,Angle);
Bike[playerid]=CreateVehicle(vehicle, x,y,z, Angle, col1,col2, -1);
PutPlayerInVehicle(playerid,Bike[playerid],0);
}

