23.02.2014, 04:52
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?
Compared to this:
pawn Код:
public restartServer()
{
SendRconCommand("gmx");
return 1;
}
pawn Код:
SendRconCommand("gmx"); // restarts the server