06.10.2015, 18:36
Quote:
You could use this to read the AMX debug information with JavaScript., or this to read it with PHP (old, but works).
If you want to do it in Pawn, you'll need to wire up samp-introspect and use GetVariableInfo to find out what's taking up all the space. It won't help you if you use PVars though. If you're using a bunch of PVars you should be ashamed of yourself, anyway. |