14.07.2015, 03:25
Tenta aн, sou novo n sei se vai...
Quote:
if (strcmp(cmd, "/anunciar", true) == 0) { new params; new Texto[128], Msg[128]; if(sscanf(params, "s[128]", Texto)) return SendClientMessage(playerid, -1, "Digite: /anunciar [texto]"); new Nome[MAX_PLAYER_NAME]; GetPlayerName(playerid, Nome, MAX_PLAYER_NAME); format(Msg, sizeof(Msg), "%s: %s", Nome, Texto); TextDrawSetString(textocnn, Msg); TextDrawShowForAll(textocnn); SetTimer("TirarAnuncio",5000,false); return 1; } |