Quote:
Originally Posted by meca4h4
c++ pls
|
You just need to paste this into
config.cpp: (it'll be
PLAYER and not
PLAYERMODE)
Code:
else if (!strcasecmp(levelname, "PLAYER"))
level = GM_PLAYER;
note:- ENABLE_CMD_PLAYER is just a macro of mine (don't consider it)
- Search for (ctrl+f) "level = GM_IMPLEMENTOR;" to get it quickly