[Ajuda] Comando /UNBAN
#8

Quote:
Originally Posted by Lucas,
Посмотреть сообщение
consegiu arrumar queria que aparesece a mengaem so pro adm que desbaniu e consigui:

PHP код:
COMMAND:unban(playerid,params[])
{
    new 
IP[80];
    if(
PlayerInfo[playerid][pAdminLevel] <1) return SendClientMessage(playerid,COLOR_RED,"Vocк nгo tem permissгo para fazer isso!");
    if(
sscanf(params,"s",IP)) return SendClientMessage(playerid,COLOR_GREY,"USE: /unban [ip]");
    
SendClientMessageToAll(COLOR_GREEN"O IP %s foi Desbanido Com Sucesso!.",IP);
    
format(Stringsizeof(String), "unbanip %s"IP);
    
SendRconCommand(String);
    return 
1;

VALEU PELA AJUDA!
Nгo dб pra usar %s em SendClientMessage, nem SendClientMessageToAll, tem que usar format.
"queria que aparesece a mengaem so pro adm que desbaniu" - Tem que se usar entгo SendClientMessage '-'
Reply


Messages In This Thread
[Ajuda] Comando /UNBAN - by Lucas, - 13.03.2012, 17:34
Re: [Ajuda] Comando /UNBAN - by ViniBorn - 13.03.2012, 17:48
Re: [Ajuda] Comando /UNBAN - by Lucas, - 13.03.2012, 18:22
Re: [Ajuda] Comando /UNBAN - by paulor - 13.03.2012, 18:39
Re: [Ajuda] Comando /UNBAN - by Lucas, - 13.03.2012, 18:44
Re: [Ajuda] Comando /UNBAN - by paulor - 13.03.2012, 18:45
Re: [Ajuda] Comando /UNBAN - by Lucas, - 13.03.2012, 18:51
Re: [Ajuda] Comando /UNBAN - by humildadeforever - 13.03.2012, 19:06
Re: [Ajuda] Comando /UNBAN - by paulor - 13.03.2012, 19:09

Forum Jump:


Users browsing this thread: 1 Guest(s)