View Single Post
Mankled
Senior Member
Join Date: Oct 2019
Old 06-27-2020 , 00:20   Re: server running at 500 fps instead 1000
Reply With Quote #14

Quote:
Originally Posted by DJEarthQuake View Post
+sys_ticrate 1000 -tickrate 66 ---omit. Use Intel CPU not AMD. Tool to play with tic.
i saw your plugin, and i have a question and a problem

first:
Do not put sys_ticrate in command line start up otherwise HLDS is stuck at that rate!!

So where should i put ? on server.cfg ?

second:
its about your plugin, when i tried to compile, i got an error saying undefined symbol "players" on line 111. here is the line

PHP Code:
stock iPlayers()

{
    
#if AMXX_VERSION_NUM < 183;

        
g_iHeadcount get_players(players,playercount,"ah")     <-------------- here is the error

    
#else

        
g_iHeadcount get_playersnum_ex(GetPlayersFlags:GetPlayers_ExcludeBots)

    
#endif

    
return g_iHeadcount

Mankled is offline