pawn Код:
CMD:ee(playerid)
{
if(!IsPlayerInAnyVehicle(playerid)) return SP COLOR_RED, "[ERROR]: You are not in any vehicle");
if(gClass[playerid] != CLASS_PILOT) return SP COLOR_RED, "[ERROR]: You need to be a Pilot (Rank "#PILOT_RANK"); to use this command");
GetPlayerPos(playerid, EX,EY,EZ);
SetPlayerPos(playerid, EX,EY,EZ+5);
GivePlayerWeapon(playerid, 46, 1);
}