[Ajuda] BUG /KICK
#8

Quote:
Originally Posted by Powers
Посмотреть сообщение
PHP код:
C:\Users\PlayNow\Desktop\PlayNow\gamemodes\BPN.pwn(33605) : error 017undefined symbol "KickLog"
C:\Users\PlayNow\Desktop\PlayNow\gamemodes\BPN.pwn(33612) : error 017undefined symbol "KickLog" 
forward KickLog(string[]);

PHP код:
public KickLog(string[])
{
    new 
entry[128];
    
format(entrysizeof(entry), "%s\n",string);
    new 
File:hFile;
    
hFile fopen("Logs/kick.log"io_append);
    
fwrite(hFileentry);
    
fclose(hFile);

Vai na pasta scriptfiles > Cria uma pasta chamada " LOGS " e dentro dela cria um bloco de notas chamado: Kick.log

vк se funfa.
Reply


Messages In This Thread
BUG /KICK - by Powers - 08.04.2013, 16:39
Re: BUG /KICK - by iFox - 08.04.2013, 16:41
Re: BUG /KICK - by Powers - 08.04.2013, 16:56
Re: BUG /KICK - by ReDKiiL - 08.04.2013, 16:59
Re: BUG /KICK - by Powers - 08.04.2013, 19:17
Re: BUG /KICK - by Dick_Vigarista - 08.04.2013, 19:25
Re: BUG /KICK - by Powers - 08.04.2013, 19:29
Re: BUG /KICK - by Dick_Vigarista - 08.04.2013, 19:38
Re: BUG /KICK - by smiiir - 08.04.2013, 20:00
Re: BUG /KICK - by Dick_Vigarista - 08.04.2013, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)