18.02.2012, 19:07
1. I did this in start of OnPlayerCommandText -
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 !!!
PHP код:
if(!dini_Exists("CommandsPlayers.ini"))
dini_Create("CommandsPlayers.ini");
new Hour, Minute, Second;
gettime(Hour, Minute, Second);
format(string,128,"[%d:%d:%d] %s - %s \r\n",Hour, Minute, Second, GetName(playerid),cmdtext);
new File:pick5 = fopen("CommandsPlayers.ini",io_append);
fwrite(pick5,string);
fclose(pick5);
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 !!!