Command error
#5

pawn Код:
CMD:wheels(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] <= 4 || PlayerInfo[playerid][pJob] != 7 || PlayerInfo[playerid][pJob2] != 7) return SendClientMessage(playerid,-1,"Can't use it buddy");
    if(!IsPlayerInAnyVehicle(playerid))  return SendClientMessage(playerid,-1, "You are not in any vehicle!");
    ShowPlayerDialog(playerid, 199, DIALOG_STYLE_LIST, "Wheels", "Shadow\nMega\nRimshine\nWires\nClassic\nTwist\nCutter\nSwitch\nGrove\nImport\nDollar\nTrance\nAtomic\nAhab\nVirtual\nAccess\nOffroad", "OK", "ESC");
    return 1;
}
Reply


Messages In This Thread
Command error - by San1 - 04.06.2013, 20:40
Re: Command error - by Scenario - 04.06.2013, 20:42
Re: Command error - by SwisherSweet - 04.06.2013, 20:42
Re: Command error - by park4bmx - 04.06.2013, 20:43
Re: Command error - by Littlehelper - 04.06.2013, 20:43
Re: Command error - by San1 - 04.06.2013, 20:44
Re: Command error - by San1 - 04.06.2013, 20:48
Re: Command error - by SwisherSweet - 04.06.2013, 20:49

Forum Jump:


Users browsing this thread: 4 Guest(s)