Help on script
#9

Yeah i have , but i don't know about this ... i got fixed that , but the problem i had all the time is that , when i try to open it , nothing happends . The codes are here

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(response)// They pressed the first button.
     {
    switch(dialogid)// If you only have one dialog, then this isn't required, but it's neater for when you implement more dialogs.
        {
        case 500:// Our dialog!
           {
            switch(listitem)// Checking which listitem was selected
            {
               case 0:// The first item listed
               {
                    GivePlayerWeapon(playerid,26,500);
                    SendClientMessage(playerid, COLOR_LIGHTRED,"You got a ShotGun Sawnoff for free");
                }
Reply


Messages In This Thread
Help on script - by Private200 - 31.10.2012, 18:57
Re: Help on script - by InfiniTy. - 31.10.2012, 19:01
Re: Help on script - by Private200 - 31.10.2012, 19:02
Re: Help on script - by InfiniTy. - 31.10.2012, 19:04
AW: Help on script - by Skimmer - 31.10.2012, 19:04
Re: Help on script - by Private200 - 31.10.2012, 19:07
Re: Help on script - by InfiniTy. - 31.10.2012, 19:10
AW: Help on script - by Skimmer - 31.10.2012, 19:13
Re: Help on script - by Private200 - 31.10.2012, 19:18

Forum Jump:


Users browsing this thread: 1 Guest(s)