SA-MP Forums Archive
Detect memory usage - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Detect memory usage (/showthread.php?tid=579645)



Detect memory usage - Adi007 - 28.06.2015

Hi, is there a way to detect the RAM memory usage for my samp server?


Re: Detect memory usage - Sergei - 28.06.2015

Yeah, the same as with any other program. If you meant through pawn scripting, there is no native way, but you could write a plugin that could help you out.


Re: Detect memory usage - Adi007 - 28.06.2015

Oh...and, how to make a program/plugin which makes what i need?


Re : Detect memory usage - Terrorizt - 28.06.2015

Check this: https://sampforum.blast.hk/showthread.php?tid=295798
also you should have a quite good knowledge about C++