Accents on Textdraws..
#1

Time ago I saw a stock.. but I can't find it now, anyone has it?

Thanks.
Reply
#2

Bump.
Reply
#3

i saw it to ! let me search!
Reply
#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
#5

Nope, not that, I need to add accents on textdraws.

Thanks anyways.
Reply
#6

He means letters with the 'accent mark' or 'written accent', (б, й, н, у, ъ).
Just pointing it out after I saw Stigg's comment.
Reply
#7

nope, its like Elie Jabbour [British Accent] : Hey Sup ?
Reply
#8

Quote:
Originally Posted by ElieJabbour
Посмотреть сообщение
nope, its like Elie Jabbour [British Accent] : Hey Sup ?
Why you would need to put that in a textdraw?
Why you would need a custom function to do it?
Why would The_Moddler (a experienced scripter) ask for such a stupid thing?

So trust me, it's the б, й, н, у, ъ written accents.
Sorry for going off-topic.
Reply
#9

Quote:
Originally Posted by The_Moddler
Посмотреть сообщение
Nope, not that, I need to add accents on textdraws.

Thanks anyways.
Sozz it was'nt what you were looking for. I had that in my stock collection.
Reply
#10

Yes, I'm talking about what admantis says, the accents on the letters (у, б, й, etc..)

If someone could give/send/find the stock I would really appreciate it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)