OnRconCommandAttempt
This include will send all rcon command attempts to OnRconCommandAttempt callback, regardless if you are logged or not. Returning 0 prevents the command from reaching the server, even if it is a login attempt. Callback
DependenciesPHP Code:
public OnRconCommandAttempt(playerid, cmdtext[], islogged)
- Pawn.RakNet: http://forum.sa-mp.com/showthread.php?t=640306 Download
- Github