New Admin Command Not WORKING (filterscript)
#2

[Second Example]
if(!IsPlayerAdmin(playerid)) // You need to be logged into rcon, and is not part of your own custom admin system.

[Change]
if(!IsPlayerAdmin(playerid))

[TO]
if(pInfo[playerid][pAdminLevel] >= 2) // Change level if needed


Hope this helps.
Reply


Messages In This Thread
New Admin Command Not WORKING (filterscript) - by flamur2012 - 14.07.2014, 21:56
Re: New Admin Command Not WORKING (filterscript) - by azzerking - 14.07.2014, 22:00
Re : New Admin Command Not WORKING (filterscript) - by ManuelNeuer - 14.07.2014, 22:06
Re: New Admin Command Not WORKING (filterscript) - by flamur2012 - 14.07.2014, 22:07
Re: New Admin Command Not WORKING (filterscript) - by flamur2012 - 14.07.2014, 22:29

Forum Jump:


Users browsing this thread: 1 Guest(s)