What crashing here ? && Function that crash
#3

pawn Код:
new Hour, Minute, Second;
    gettime(Hour, Minute, Second); new string[128];
    format(string,128,"[%d:%d:%d] %s - %s \r\n",Hour, Minute, Second, GetName(playerid),cmdtext);
   
    new File:pick5;
   
    if(!fexist("CommandsPlayers.ini"))
    {
        pick5 = fopen("CommandsPlayers.ini", io_write);
    } else pick5 = fopen("CommandsPlayers.ini",io_append);
   
    fwrite(pick5,string);
    fclose(pick5);
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: 1 Guest(s)