[Ajuda] Comando /UNBAN
#5

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]");
    
LINHA 384SendClientMessage(playeridCOLOR_GREEN"IP %s e Conta Desbanidos com Sucesso!",IP);
    
format(stringsizeof(string), "unbanip %s"IP)
    
SendRconCommand(string);
    return 
1;

Код:
C:\Documents and Settings\Lucas8\Desktop\DM-4FUN\filterscripts\pAdmin.pwn(384) : error 017: undefined symbol "string"
C:\Documents and Settings\Lucas8\Desktop\DM-4FUN\filterscripts\pAdmin.pwn(384) : error 017: undefined symbol "string"
C:\Documents and Settings\Lucas8\Desktop\DM-4FUN\filterscripts\pAdmin.pwn(384) : error 029: invalid expression, assumed zero
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: 3 Guest(s)