Problem with OnPlayerRequestClass
#1

I have tried to fix the error,but I still get errors,I have posted my problem at GitHub.
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    if(gTeam[playerid] == 0) //line 460
    {
        SetPlayerTeamFromClass(playerid,0); //462
    }
    else if(gTeam[playerid] == 1)//line 464
    {
        SetPlayerTeamFromClass(playerid,1);
    }//line 467
    else//line 468
    {
        if(PickedClass[playerid] == 0)//line 470
        {
            ShowPlayerDialog(playerid, DIALOG_ID, DIALOG_STYLE_LIST, "Title", "listitem1\nlistitem2", "Select","Cancel");
        }
    }
}
How about now, most simple thing to fix honsetly..
EDIT: Wops sorry, posted the wrong code. Fixed now.
EDIT 2: Found some errors in the last coding, I think this is what you originaly ment.
Reply
#3

Perfect man,thats exactly what I needed,I will +rep when I can mate your profile is saved into favs so I will remember
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)