12.08.2014, 23:16
Quote:
Te recomiendo no utilizar mucho esta funciуn, imagнnate 100 personas usando el mismo comando, lag potente llegarнa al servidor por esos segundos... saludos.
|
Lo podrнas hacer asн:
pawn Код:
new str[144];
format(str, sizeof(str), "%s - comando: %s", pName(playerid), cmdtext);
new const File:INI = fopen("Direcciуn.txt", io_append);
fwrite(INI, str);
fclose(INI);