30.04.2012, 15:14
Quote:
but you need at least one filterscript running (else OnRconCommand doesn't get called :S)
|
Quote:
Originally Posted by SA-MP wiki
Important Note: You will need to include this callback in a loaded filterscript for it to work in the gamemode!
|
There's no big difference in using IsPlayerAdmin and OnRconCommand except you need /rcon [command] with OnRconCommand, while with IsPlayerAdmin you'd do /command.
I prefer IsPlayerAdmin, don't know about you guys.