new string[128], playerid; format(string,sizeof(string),"ID:%i",playerid); TextDrawCreate(TextDraw, 0, 0, ""); TextDrawSetString(TextDraw, string);