I Need Help
#3

Set their class via OnPlayerRequestClass:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    switch(classid)
    {
        case 1:
        {
            //If their Class ID is 1, then they're in Grove.
            classofgrove[playerid] = 1;
        }
        case 2:
        {
            //If their Class ID is 2, then they're in the Ballas.
            classofballas[playerid] = 1;
        }
        //Continue this..
    }
    return 1;
}
Reply


Messages In This Thread
I Need Help - by Maftaca - 02.02.2012, 01:21
Re: I Need Help - by Rokzlive - 02.02.2012, 02:09
Re: I Need Help - by 2KY - 02.02.2012, 04:08

Forum Jump:


Users browsing this thread: 1 Guest(s)