SendRconCommand
#1

Just a simple question that I need clarification on...

Does SendRconCommand("gmx"); call OnGameModeExit()?
Reply
#2

Yes.
Reply
#3

Quote:
Originally Posted by ProjectMan
Посмотреть сообщение
Yes.
Thank you.
Reply
#4

Quote:
Originally Posted by Skribblez
Посмотреть сообщение
Thank you.
It's no big deal. It's actually very easy to know. I'll tell you so that you might learn something new:

pawn Код:
public OnGameModeExit()
{
    print("exited");
    return 1;
}
Type "gmx" in the console and if it is printed out, it means it is called.
Reply
#5

Quote:
Originally Posted by ProjectMan
Посмотреть сообщение
It's no big deal. It's actually very easy to know. I'll tell you so that you might learn something new:

pawn Код:
public OnGameModeExit()
{
    print("exited");
    return 1;
}
Type "gmx" in the console and if it is printed out, it means it is called.
Good idea, should have thought of that before asking. I just wondered why my "mysql_log.txt" had duplicate logs for saving data. I guess I was worried about saving data if ever the server suddenly stops or crashes. Anyway, thanks again!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)