Restart Script
#6

You're making a public function for a single line of code? Do you not understand how stupid it is to call a function that simply calls a SINGLE other function...? What's the difference in doing this?

pawn Код:
public restartServer()
{
    SendRconCommand("gmx");
    return 1;
}
Compared to this:

pawn Код:
SendRconCommand("gmx"); // restarts the server
Reply


Messages In This Thread
Restart Script - by Latyos - 23.02.2014, 00:49
Re: Restart Script - by Aerotactics - 23.02.2014, 01:39
Re: Restart Script - by AF1_CLAN - 23.02.2014, 02:00
Re: Restart Script - by Latyos - 23.02.2014, 02:03
Re: Restart Script - by Aerotactics - 23.02.2014, 04:29
Re: Restart Script - by Scenario - 23.02.2014, 04:52

Forum Jump:


Users browsing this thread: 1 Guest(s)