http://herc.ws/board...ail-like-admin/ << A code like this. But instead of lvl 99 gms below i want it to be like a normal player .
Like this screenshot
Tried this code
But still fails
if ( pc_get_group_level(sd) > 0 ) { sprintf(output, msg_txt(153), command); clif->message(fd, output); return true; } return false; } else return false;/* display as normal message */ }