25.08.2013, 07:12
PHP Code:
CMD:an(playerid, params[])
{
new t[426], TempoResTexto, nome[24], TextoChat, String[128];
if(sscanf(params, "s[426]", t)) return SendClientMessage(playerid, 0xFF0000FF, "/An [ Mensagem ]");
format(String, sizeof(String), "~g~%s~w~: %s",nome(playerid), t);
TextDrawSetString(TextoChat,String);
TextDrawShowForAll(TextoChat);
TempoResTexto = SetTimer("FecharTexto", 8000, false);
TempoResTexto--;
return 1;
}
linha:
PHP Code:
format(String, sizeof(String), "~g~%s~w~: %s",nome(playerid), t);