Related to rights to RCON
#1

Hi there,


I am using a filterscript of gang system. I want that only RCON admins can only access the commands and functions provided by flterscript. How can i do that?

I am using this
https://sampforum.blast.hk/showthread.php?tid=243474
Reply
#2

Add at the top of the commands:
PHP код:
if(!IsPlayerAdmin(playerid))return SendClientMessage(playerid, -1"You aren't an RCON admin."); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)