Server Crashing on any command
#6

Quote:
Originally Posted by Logofero
Посмотреть сообщение
Use this

PHP код:
forward GetINIString(file[], result[], len_result);
public 
GetINIString(file[], result[], len_result)
{
    new 
File:inifile;
    
inifile fopen(fileio_read);
    if(!
inifile)
    {
        
printf("Fatal Error: Couldn't open \"%s\"!"file);
        return 
0;
    }
    while(
fread(inifileresult)) {
         
format(resultlen_result"%s"result);
    }
    
fclose(inifile);
    return 
1;
}
forward WriteNIString(file[], string[]);
public 
WriteNIString(file[], string[])
{
    new 
File:inifile;
    
inifile fopen(fileio_write);
    if(!
inifile)
    {
        
printf("Fatal Error: Couldn't open \"%s\"!"file);
        return 
0;
    }
    
fwrite(inifilestring);
    
fclose(inifile);
    return 
1;

Still crashes.
You can come in this server and can use any commands.
91.121.164.164:8317

By the way samp inbuilt commands are working but not the gamemode commands.
Reply


Messages In This Thread
Server Crashing on any command - by GuthiX - 28.08.2015, 07:02
Re: Server Crashing on any command - by PT - 28.08.2015, 07:06
Re: Server Crashing on any command - by GuthiX - 28.08.2015, 07:22
Re: Server Crashing on any command - by GuthiX - 28.08.2015, 17:23
Re: Server Crashing on any command - by Logofero - 28.08.2015, 17:38
Re: Server Crashing on any command - by GuthiX - 28.08.2015, 17:56
Re: Server Crashing on any command - by Logofero - 28.08.2015, 18:15
Re: Server Crashing on any command - by Sew_Sumi - 28.08.2015, 18:15
Re: Server Crashing on any command - by GuthiX - 29.08.2015, 03:11
Re: Server Crashing on any command - by Sew_Sumi - 29.08.2015, 04:27

Forum Jump:


Users browsing this thread: 3 Guest(s)