Posts: 41
Threads: 8
Joined: Oct 2015
Reputation:
0
I put but do not see anything special, does not show anything
Posts: 50
Threads: 1
Joined: Apr 2015
Reputation:
0
If u installed profiler plugin correctly, start ur server and use rcon commands (exit or gmx) in game or type them in console.
Posts: 41
Threads: 8
Joined: Oct 2015
Reputation:
0
26.01.2019, 19:29
(
Последний раз редактировалось rollercaster; 11.02.2019 в 08:12.
)
but does it have to show something, ie a file with information?
Posts: 41
Threads: 8
Joined: Oct 2015
Reputation:
0
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?
Posts: 50
Threads: 1
Joined: Apr 2015
Reputation:
0
How do you stop the server?
Posts: 41
Threads: 8
Joined: Oct 2015
Reputation:
0
1: [x]
2: Press comand in cmd exit
BUT NOTHING..
or a small example how to do it
Posts: 41
Threads: 8
Joined: Oct 2015
Reputation:
0
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?
Posts: 41
Threads: 8
Joined: Oct 2015
Reputation:
0
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??
Posts: 15,941
Threads: 0
Joined: Jun 2008
I'm glad you solved it. So it was the function calls then?
Posts: 41
Threads: 8
Joined: Oct 2015
Reputation:
0
yes, for those who have the problem you have instructions above