Accents on Textdraws..
#4

Quote:
Originally Posted by The_Moddler
Посмотреть сообщение
Time ago I saw a stock.. but I can't find it now, anyone has it?

Thanks.
Is this what your after ?
pawn Код:
stock SetPlayerNameWithCountry(playerid, country[])
{
    new string[128], playername[16];
    GetPlayerName(playerid, playername, 16);
    format(string, 128, "[%s]%s", country, playername);
    SetPlayerName(playerid, string);
    return 1;
}
//Example of use:
public OnPlayerCommandText(playerid, cmdtext[])
{
     if(!strcmp("/im-hungarian", cmdtext, true)) return SetPlayerNameWithCountry(playerid, "HUN");
     return 0;
}
Reply


Messages In This Thread
Accents on Textdraws.. - by The_Moddler - 14.04.2011, 21:14
Respuesta: Accents on Textdraws.. - by The_Moddler - 17.04.2011, 16:56
Re: Accents on Textdraws.. - by iJumbo - 17.04.2011, 16:57
Re: Accents on Textdraws.. - by Stigg - 17.04.2011, 17:06
Respuesta: Accents on Textdraws.. - by The_Moddler - 18.04.2011, 15:52
Re: Accents on Textdraws.. - by admantis - 18.04.2011, 16:00
Re: Accents on Textdraws.. - by ElieJabbour - 18.04.2011, 16:02
Re: Accents on Textdraws.. - by admantis - 18.04.2011, 16:04
Re: Respuesta: Accents on Textdraws.. - by Stigg - 18.04.2011, 16:34
Respuesta: Accents on Textdraws.. - by The_Moddler - 19.04.2011, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)