20.02.2018, 12:01
Hello, is there any way to send mysql logs ingame?
I have a code on my script but that doesn't work..
I have a code on my script but that doesn't work..
PHP код:
public OnGameModeInit()
{
new string[300];
format(string, sizeof(string), "%s", mysql_log(ALL));
mysql_log(ALL);
SendClientMessageToAll(COLOR_ORANGE, string);