[ ] Textdraws
#6

Quote:
Originally Posted by gurmani11
Посмотреть сообщение
Never tried/tested it i hope it works
PHP код:

// format(str, sizeof(str),"Welcome %s", TDName(playerid)); // thats how you will use it
stock TDName(playerid)
{
    new 
Name[128];
    
GetPlayerName(playeridNamesizeof(Name));
    new 
string[64];
    
format(string64"%s (%d)"Nameplayerid);
    new    
pos 0;
    while ((
pos strfind(string"[", .pos pos)) != -1// we will find any matches with [
    
{
        
strdel(stringpospos); // now its time to delete it [ << this one
        
strins(string"("possizeof(string)); // Lets put our desired bracket instead of that because [ opening bracket is the one show The stars not the ] closing bracket
    
}
    return 
string// Return the edited string and voila

Thanks!, but not works :/ textdraw not displayed
Reply


Messages In This Thread
[ ] Textdraws - by BazeN - 18.11.2015, 17:58
Re: [ ] Textdraws - by gurmani11 - 18.11.2015, 18:36
Respuesta: [ ] Textdraws - by BazeN - 18.11.2015, 19:12
Re: [ ] Textdraws - by Eliminator - 18.11.2015, 19:30
Re: [ ] Textdraws - by gurmani11 - 18.11.2015, 19:35
Respuesta: Re: [ ] Textdraws - by BazeN - 18.11.2015, 21:55

Forum Jump:


Users browsing this thread: 2 Guest(s)