[Include] OnRconCommandAttempt - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] OnRconCommandAttempt (
/showthread.php?tid=646016)
OnRconCommandAttempt - Jelly23 - 09.12.2017
• OnRconCommandAttempt
This include will send all rcon command attempts to OnRconCommandAttempt callback, regardless if you are logged in or not. Returning 0 prevents the command from reaching the server, even if it is a login attempt.
• Callback
PHP код:
public OnRconCommandAttempt(playerid, cmdtext[], islogged)
• Dependencies
- Pawn.RakNet: https://sampforum.blast.hk/showthread.php?tid=640306
• Download
- Github
Re: OnRconCommandAttempt -
RIDE2DAY - 09.12.2017
Good job, short and useful code as always. Pawn.RakNet is really helpful!