CMD:meuid(playerid){ new String[80]; format(String, sizeof( String ), "Meu ID й %d", playerid); TextDrawSetString(NomeTextDraw, String); return 1;}