13.05.2010, 12:14
I am guessing you should include the ladmin include at the top of your script like so,
You should have this at the top of your gamemode script.
If you are using Lux Admin then that's the way. ofcourse with (IsPlayerLuxAdmin9playerid).
But if your using Ladmin then i forgot if an include comes with it....i don't think so.
If you want to make a command for Ladmin then make it in the LAdmin filterscript instead of your gamemode that's all
EDIT: If you use IsPlayerAdmin, then only RCON admins can use that command
Код:
#include <ladmin>
If you are using Lux Admin then that's the way. ofcourse with (IsPlayerLuxAdmin9playerid).
But if your using Ladmin then i forgot if an include comes with it....i don't think so.
If you want to make a command for Ladmin then make it in the LAdmin filterscript instead of your gamemode that's all

EDIT: If you use IsPlayerAdmin, then only RCON admins can use that command
