Text at choosing skin
#4

ok, gotcha!

Try this script (Tested, no errors!)

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    if(classid == 1){
      GameTextForPlayer(playerid, "~w~Police", 1000, 5);
    }
    else if(classid == 2){
      GameTextForPlayer(playerid, "~r~Assassin", 1000, 5);
    }
    return 1;
}
You can simply add things on it...
Reply


Messages In This Thread
Text at choosing skin - by wesone - 28.03.2010, 11:26
Re: Text at choosing skin - by VirSpectorX - 28.03.2010, 11:31
Re: Text at choosing skin - by wesone - 28.03.2010, 11:36
Re: Text at choosing skin - by VirSpectorX - 28.03.2010, 11:40
Re: Text at choosing skin - by wesone - 28.03.2010, 11:46

Forum Jump:


Users browsing this thread: 1 Guest(s)