Textdraw with string?
#2

PHP код:
stock ServerMSG(playeridmessage[])
{
    new 
msg[100];//Don't really need that high value
    
format(msgsizeof(msg), "[SERVER]:{FFFFFF} %s"message);
    
PlayerTextDrawSetString(playerid,MSGTextdraw[playerid][0],msg); 
    
PlayerTextDrawShow(playeridServerMSG[playerid]);

Reply


Messages In This Thread
Textdraw with string? - by TheBigFive - 04.08.2016, 15:55
Re: Textdraw with string? - by WhiteGhost - 04.08.2016, 16:00
Re: Textdraw with string? - by Vince - 04.08.2016, 16:02
Re: Textdraw with string? - by TheBigFive - 04.08.2016, 16:03
Re: Textdraw with string? - by WhiteGhost - 04.08.2016, 16:06
Re: Textdraw with string? - by TheBigFive - 04.08.2016, 16:09

Forum Jump:


Users browsing this thread: 1 Guest(s)