16.01.2015, 11:15
I need a little help, how can i save a Textdraw string as a PlayerInfo stat?
new string[MAX_PLAYERS][128];
new Text:Texrdraw[MAX_PLAYERS];
new message[128];
format(message, sizeof(message), "Hello");
format(string[playerid], sizeof, message);
TextDrawSetString(Textdraw, string);