HELP: How can i make bool like function???
#8

Hello,
Post this with other new's
pawn Код:
new bool:HasPlayerAcceptedRace[MAX_PLAYERS] = false;
And
OnDialogRensponse
pawn Код:
if(dialogid == 4133)
    {
        if (!response) return HasPlayerAcceptedRace[playerid] == true);
        }
        else
        {
        HasPlayerAcceptedRace[playerid] == False;
        return 1;
    }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)