dialog naum funfando
#2

Tente assim:
pawn Код:
if(dialogid == akcolt)
{
    if(response)
    {
        SetPlayerArmour(playerid, 100.0);
        SetPlayerHealth(playerid, 100.0);
        ResetPlayerWeapons(playerid);
        GivePlayerWeapon(playerid, 31, 99999);
        return 1;
    }
    else if(!response) //caso ele click no segundo botгo
    {
        SetPlayerArmour(playerid, 100.0);
        SetPlayerHealth(playerid, 100.0);
        ResetPlayerWeapons(playerid);
        GivePlayerWeapon(playerid, 30, 99999);
        return 1;
    }
}
Reply


Messages In This Thread
dialog naum funfando - by jilead - 21.07.2012, 02:20
Re: dialog naum funfando - by Victor' - 21.07.2012, 02:22
Re: dialog naum funfando - by Bieeel_Cwb - 21.07.2012, 02:24
Re: dialog naum funfando - by Victor' - 21.07.2012, 02:31
Re: dialog naum funfando - by jilead - 21.07.2012, 02:35
Re: dialog naum funfando - by .FuneraL. - 21.07.2012, 02:43
Re: dialog naum funfando - by Schocc - 21.07.2012, 02:49
Re: dialog naum funfando - by jilead - 21.07.2012, 02:55

Forum Jump:


Users browsing this thread: 1 Guest(s)