Profiler Help to instal -
rollercaster - 11.01.2019
Hello, how can i install "ProFiler"?
Link:
https://sampforum.blast.hk/showthread.php?tid=271129
you can tell me exactly what I have to do and what to put and where?
I put in server.cfg: profile_gamemode 1, profile_format html, call_graph 1 and in gamemode I put #include <profiler>
Re: Profiler Help to instal -
rollercaster - 14.01.2019
Help me..
Re: Profiler Help to instal -
rollercaster - 14.01.2019
I put but do not see anything special, does not show anything
Re: Profiler Help to instal -
L0K3D - 15.01.2019
If u installed profiler plugin correctly, start ur server and use rcon commands (exit or gmx) in game or type them in console.
Re: Profiler Help to instal -
rollercaster - 26.01.2019
but does it have to show something, ie a file with information?
Re: Profiler Help to instal -
rollercaster - 17.02.2019
Help Me!
Re: Profiler Help to instal -
rollercaster - 18.02.2019
at the configuration side
I put the profiler plug is loading starts but I do not see anything
I also put it in server.cfg profile_gamemode 1, profile_format html, call_graph 1 and in gamemode I put #include <profiler> but nothing...
something to be done?
Re: Profiler Help to instal -
L0K3D - 18.02.2019
How do you stop the server?
Re: Profiler Help to instal -
rollercaster - 18.02.2019
1: [x]
2: Press comand in cmd exit
BUT NOTHING..
or a small example how to do it
Re: Profiler Help to instal -
rollercaster - 18.02.2019
I have functions that I want to test but it does not work, or do not I know besides the plugin something else should be done?
Re: Profiler Help to instal -
rollercaster - 26.02.2019
I solved
what should you do?
1: put profiler.dll in the plugins folder
2: Put in server.cfg to plugins profiler
3: Put the profiler.inc file in pawno / include
4: In gamemode on "OnGameModeInit" we put Profiler_Start ();
5: OnGameModeExit put Profiler_Stop (); and compile
6: Start the server
So hard??
Re: Profiler Help to instal -
Y_Less - 26.02.2019
I'm glad you solved it. So it was the function calls then?
Re: Profiler Help to instal -
rollercaster - 26.02.2019
yes, for those who have the problem you have instructions above