16.01.2015, 11:22
PHP код:
new string[MAX_PLAYERS][128];
new Text:Texrdraw[MAX_PLAYERS];
PHP код:
new message[128];
format(message, sizeof(message), "Hello");
format(string[playerid], sizeof, message);
TextDrawSetString(Textdraw, string);