[Ajuda] Ajuda Com /anuncio
#8

Eu tenho esse sistema :

if(strcmp("/anuncio", cmd, true) == 0)
{
if (PlayerInfo[playerid][pLogged] == 0) return SendClientMessage(playerid, -1, "{FF0000}| {00F5FF}ERRO {FF0000}| {FFFFFF}Vocк nгo estб logado!");
new mensagem[128], n[MAX_PLAYER_NAME];
GetPlayerName(playerid, n, MAX_PLAYER_NAME);
if(sscanf(cmdtext,"s[128]", mensagem)) return SendClientMessage(playerid,-1,"{FF0000}| {00F5FF}INFO {FF0000}| {FFFFFF}Use: /anuncio [mensagem]");
format(string, sizeof(string), "~b~[ADMIN]~r~ %s: ~w~%s", n, mensagem);
TextDrawSetString(textdrawtoall, string);
for (new i; i < MAX_PLAYERS; i++)
{
TextDrawShowForPlayer(i, textdrawtoall);
}
SetTimer("DestruirTextDrawToAll", 5000, false);

return 1;
}

ele й feito em textdraw, mas tem 1 problema , quando digita /anuncio o comando aparece junto com a mensagem para todos. EX : [ADMIN][Coringa]: /anuncio teste samp fуrum.
Reply


Messages In This Thread
Ajuda Com /anuncio - by Coringa253 - 08.01.2015, 14:58
Re: Ajuda Com /anuncio - by FStralioti - 08.01.2015, 15:11
Re: Ajuda Com /anuncio - by FStralioti - 08.01.2015, 15:14
Respuesta: Ajuda Com /anuncio - by Coringa253 - 08.01.2015, 15:16
Re: Respuesta: Ajuda Com /anuncio - by FStralioti - 08.01.2015, 15:18
Re: Respuesta: Ajuda Com /anuncio - by Learning - 08.01.2015, 15:18
Re: Respuesta: Ajuda Com /anuncio - by FStralioti - 08.01.2015, 15:20
Respuesta: Ajuda Com /anuncio - by Coringa253 - 08.01.2015, 15:24
Re: Ajuda Com /anuncio - by [BOPE]Seu._.Madruga - 08.01.2015, 18:56
Re: Ajuda Com /anuncio - by LeleziiN - 22.07.2015, 19:25

Forum Jump:


Users browsing this thread: 2 Guest(s)