[HELP]adding screentext to class
#2

Do something like this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    switch(GetPlayerSkin(playerid))
    {
        case 165,166,287,286,285,284: GameTextForPlayer(playerid,"~g~ARMY",3000,6);
        case 124,125,126,127,111,112: GameTextForPlayer(playerid,"~r~Not Terrorist",3000,6);
    }
    return 1;
}
I know you can use .. to but I did leave it out this time.
Reply


Messages In This Thread
[HELP]adding screentext to class - by DaRkAnGeL[NBK] - 06.10.2011, 20:13
Re: [HELP]adding screentext to class - by Fj0rtizFredde - 06.10.2011, 20:30
Re: [HELP]adding screentext to class - by DaRkAnGeL[NBK] - 06.10.2011, 20:58

Forum Jump:


Users browsing this thread: 1 Guest(s)