Text at choosing skin
#2

Try this:

pawn Код:
onPlayerRequestClass(playerid, classid)
{
switch (classid) {
       case 10:
           {
               GameTextForPlayer(playerid, "~y~w",5000,3);
           }
       case 11:
           {
               GameTextForPlayer(playerid, "~y~l",5000,3);
           }
       case 12:
           {
               GameTextForPlayer(playerid, "~y~n",5000,3);
           }
       case 13:
           {
               GameTextForPlayer(playerid, "~y~k",5000,3);
           }
       case 14:
           {
               GameTextForPlayer(playerid, "~y~n",5000,3);
           }
       case 15:
           {
               GameTextForPlayer(playerid, "~y~p",5000,3);
           }
       }
  return 1;
}
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: 3 Guest(s)