22.04.2013, 00:42
(
Последний раз редактировалось ryanhawk31; 22.04.2013 в 01:32.
)
Try something like this:
i dont know if it work but make a command that opens the server_log.txt
i dont know if it work but make a command that opens the server_log.txt
Код:
CMD:log(playerid, params[]) { if (PlayerInfo[playerid][pAdmin] >= 1 { new string[31]; SendClientMessage(playerid, COLOR_LIGHTBLUE,"You are vieweing the server log"); format(string, sizeof(string), "server_log.txt"); } else if { SendClientMessage(playerid, COLOR_LIGHTBLUE,"Only admins can use this command!"); } }