11.08.2009, 14:46
There is only one problem with this. Yes it works perfectly. But, what if people use a admin FS of somekind? Or an account system? This will set it so you have to be logged into RCON. So yes this is good for people who use RCON to admin their server, but if you use a account system/admin FS, you'll want to change the "IsPlayerAdmin" line, to somthing that suits your account system, EG: SeifAdmin uses AccountInfo (Aswell as many others) so for that admin FS you'd have to use, "if(AccountInfo[playerid][AdminLevel] >= 1). Just a heads up.