[Ajuda] formatando textdraw
#7

PHP код:
CMD:texto(playerid, params[])
{
    new 
texto[128];
    if(
sscanf(params, "s[128]", texto)) {
    
TextDrawSetString(Textdraw1, texto);
    
TextDrawShowForAll(Textdraw1); }
    return 
1;
} 
Reply


Messages In This Thread
formatando textdraw - by Supera - 07.10.2012, 20:39
Re: formatando textdraw - by Supera - 07.10.2012, 21:07
Re: formatando textdraw - by hard_dalzot - 07.10.2012, 21:11
Re: formatando textdraw - by Schocc - 07.10.2012, 21:22
Re: formatando textdraw - by Supera - 07.10.2012, 21:32
Re: formatando textdraw - by Schocc - 07.10.2012, 21:37
Re: formatando textdraw - by DrTHE - 07.10.2012, 21:46

Forum Jump:


Users browsing this thread: 1 Guest(s)