samp-plugin-profiler icon indicating copy to clipboard operation
samp-plugin-profiler copied to clipboard

How to use this?

Open afeefmali opened this issue 2 years ago • 2 comments

afeefmali avatar Dec 09 '23 14:12 afeefmali

  1. Copy it to your plugins folder
  2. Add it to plugins in server.cfg
  3. Add profile_gamemode 1 to server.cfg
  4. Run the server for some time to collect the data
  5. Stop the server or do gmx
  6. Look for a .html file in your gamemodes folder named same as your gamemode file (something like mygamemode-profile.html if your gamemode is mygamemode.amx)
  7. Open it in your browser and sort by Self Time by clicking on the column name (usually this is what most people want to sort by)

For filterscripts - add profile_filterscripts fs1_name fs2_name ... instead of profile_gamemode in server.cfg.

Zeex avatar Dec 11 '23 09:12 Zeex

MHRP-profile.zip

afeefmali avatar Dec 16 '23 17:12 afeefmali