What crashing here ? && Function that crash
#1

1. I did this in start of OnPlayerCommandText -

PHP код:
if(!dini_Exists("CommandsPlayers.ini"))
    
dini_Create("CommandsPlayers.ini");
    new 
HourMinuteSecond;
    
gettime(HourMinuteSecond);
       
format(string,128,"[%d:%d:%d] %s - %s \r\n",HourMinuteSecondGetName(playerid),cmdtext);
    new 
File:pick5 fopen("CommandsPlayers.ini",io_append);
    
fwrite(pick5,string);
    
fclose(pick5); 
most of the times it's work, but sometimes it makes the server falls .. why ?

2. give me function that make the server to fall [I want to check something] [I mean wrong way that will serve to fall]


Thanks Alot !!!
Reply


Messages In This Thread
What crashing here ? && Function that crash - by tal_peretz - 18.02.2012, 19:07
Re: What crashing here ? && Function that crash - by aRoach - 18.02.2012, 20:06
Re: What crashing here ? && Function that crash - by iPLEOMAX - 18.02.2012, 20:13
Re: What crashing here ? && Function that crash - by tal_peretz - 18.02.2012, 20:18
Re: What crashing here ? && Function that crash - by iPLEOMAX - 18.02.2012, 20:27
Re: What crashing here ? && Function that crash - by tal_peretz - 18.02.2012, 20:39

Forum Jump:


Users browsing this thread: 2 Guest(s)