![]() |
Advanced Info On Player (Compatible with newest release) - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51) +----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44) +------ Forum: Tutorials (https://mirage-engine.uk/forums/forumdisplay.php?fid=13) +------ Thread: Advanced Info On Player (Compatible with newest release) (/showthread.php?tid=2185) |
Advanced Info On Player (Compatible with newest release) - Nean - 24-09-2008 Sometimes, just getting the basic knowledge on the other character, just isn't enough for you staff members, so I made an Advanced Info command. Just type: /advancedinfo Playername. It will display the Username, the password, their IP, and their Access level. Add to it as you wish, I just supplied the basics, and gave a general idea of it. [spoiler]Server Side: Find: Code: CPlayerInfoRequest Under it add: Code: CAdvancedPlayerInfoRequest Then find: Code: ' :::::::::::::::::::::::::::::::: Above it add: Code: ' ::::::::::::::::::::::::::::::::::::::::: Find: Code: Case CPlayerInfoRequest And above it add: Code: Case CAdvancedPlayerInfoRequest Client Side: Find: Code: CPlayerInfoRequest Above it add: Code: CAdvancedPlayerInfoRequest Then find: Code: Case "/info" Above it add: Code: Case "/ainfo" That should be everything. Hope this was of some help to you.[/spoiler] That should be it. This is updated as of: Oct 10, 2008. And should be compatible with newest release Re: Advanced Info On Player - Jacob - 24-09-2008 This won't work in the latest version of MS4. Re: Advanced Info On Player - Nean - 25-09-2008 Yeah, I just added that, to have more to the script. I'll remove it in the next version. I'm going to rewrite this for the latest version. Re: Advanced Info On Player (Compatible with newest release) - Nean - 10-10-2008 Just updated it. Should be compatible with newest release. |