I need help
#6

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/Weapons", cmdtext, true) == 0)
    {
        if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,"Only Admins Can use This Command!");
        ShowPlayerDialog(playerid, DIALOG_WEAPONS, DIALOG_STYLE_LIST, "Weapons", "Melee Weapons\nPistols\nSub Machine Guns\nShotguns\nRifles\nAssault Rifles\nThrowables\nHeavy Weaponry", "Select", "Cancel");
        return 1;
    }
    return 0;
}
try it
Reply


Messages In This Thread
I need help - by Toxas - 24.10.2014, 13:11
Re: I need help - by GGRoleplay - 24.10.2014, 13:20
Re: I need help - by gurmani11 - 24.10.2014, 14:24
Re: I need help - by Toxas - 24.10.2014, 15:49
Re: I need help - by Toxas - 24.10.2014, 15:51
Re: I need help - by gurmani11 - 24.10.2014, 15:58
Re: I need help - by Toxas - 24.10.2014, 16:10
Re: I need help - by gurmani11 - 24.10.2014, 16:21
Re: I need help - by Toxas - 24.10.2014, 16:32
Re: I need help - by gurmani11 - 24.10.2014, 16:39

Forum Jump:


Users browsing this thread: 2 Guest(s)