Need help with my [GM]
#4

There is no function 'IsPlayerVip'

And that other you make it wrong

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)
    {
        case 1:
        {
            if(response)
            {
                switch(listitem)
                {
                    case 1:
                    {
                        SetPlayerHealth(playerid, 100.0);  
                    }
                    case 2:
                    {
                        SetPlayerArmour(playerid, 100.0);
                    }
                    case 3:
                    {
                        GivePlayerWeapon(playerid, 35, 5000);
                        GivePlayerWeapon(playerid, 36, 5000);
                        GivePlayerWeapon(playerid, 38, 5000);
                        GivePlayerWeapon(playerid, 37, 5000);
                    }
                }  
            }
            return 1;
        }
                // here other shit
        case 2:
        {
        }
    }
    return 1;
}
Reply


Messages In This Thread
Need help with my [GM] - by [GF]Logic - 30.03.2012, 14:54
Re: Need help with my [GM] - by [GF]Logic - 30.03.2012, 15:01
Re: Need help with my [GM] - by BigD - 30.03.2012, 15:06
Re: Need help with my [GM] - by sjvt - 30.03.2012, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)