SA-MP Forums Archive
Delete - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Delete (/showthread.php?tid=526542)



Delete - PrinceOfPersia - 18.07.2014

Delete


Re: Delete - GeekSiMo - 18.07.2014

Trry This !!
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 1)
    {
       if(response)
       {
            switch(listitem)
            {
                case 0: GivePlayerWeapon(playerid, 31,100,24,100,29,500);
                case 1: GivePlayerWeapon(playerid, 34,100,23,100);
                case 2: GivePlayerWeapon(playerid, 24,100,25,100);
                case 3: GivePlayerWeapon(playerid, 24,100);
                case 4: GivePlayerWeapon(playerid, 24,100,46,0);  
             }
        }
    }
    return 1;
}
Don't Forget To +Rep Me if i helped You