onplayerdialog Help
#5

Try changing
pawn Код:
case 4: // The third item listed
                {
                if(IsPlayerVipMember(playerid))
                {
                ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "Vip Weapons", "MicroSMG-Sawnoff-Sniper\nTec9-Sawnoff-Sniper\nCombatShotgun-Sawnoff-Knife", "Choose", "No Weaps");
                }
                else SendClientMessage(playerid, COLOR_WHITE, "ERROR: Your not a Vip Member!");
                ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Select your Weapons", "SMG-AK47-Grenades\nTec9-M4-Chainsaw\nMicroSMG-Shotgun-Knife\nAdmins\nVip's", "Choose", "No Weaps");

                }
to
pawn Код:
case 4: // The third item listed
{
    if(IsPlayerVipMember(playerid))
    {
        ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "Vip Weapons", "MicroSMG-Sawnoff-Sniper\nTec9-Sawnoff-Sniper\nCombatShotgun-Sawnoff-Knife", "Choose", "No Weaps");
    }
    else
    {
        SendClientMessage(playerid, COLOR_WHITE, "ERROR: Your not a Vip Member!");
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Select your Weapons", "SMG-AK47-Grenades\nTec9-M4-Chainsaw\nMicroSMG-Shotgun-Knife\nAdmins\nVip's", "Choose", "No Weaps");
    }
}
Reply


Messages In This Thread
onplayerdialog Help - by myandyou - 11.01.2012, 19:23
Re: onplayerdialog Help - by Psymetrix - 11.01.2012, 19:27
Re: onplayerdialog Help - by myandyou - 11.01.2012, 19:34
Re: onplayerdialog Help - by lamarr007 - 11.01.2012, 19:37
Re: onplayerdialog Help - by Psymetrix - 11.01.2012, 19:40
Re: onplayerdialog Help - by myandyou - 11.01.2012, 19:49

Forum Jump:


Users browsing this thread: 5 Guest(s)