13.01.2011, 04:30
pawn Код:
command(exithm, playerid, params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 5, -2093.0073,887.5366,1396.1660)) return SendClientMessage(playerid, 0xAFAFAFAA, "You are not at the exit!");
{
new veh = GetPlayerVehicleID(playerid);//Gets the id of any vehicle the player is in
SendClientMessage(playerid, WHITE, "The word of your boss run through your head, kill or be killed");
SetVehiclePos(veh, -2073.8323, 972.0553, 62.9219);
SetPlayerPos(playerid,-2073.8323, 972.0553, 62.9219);
PutPlayerInVehicle(playerid, veh, 0);
}
return 1;
}

