23/02/2021 17:53 
	
	
	
		eae galera bom vi uns tutoriais de otimizações e vi a recomendação da include fixes
porem no log do meu server ta acusando isso:
devo me atentar a isso ou se eu ignorar não terá problemas
no topo da minha gm eu declarei o seguinte:
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#endif
#define MAX_PLAYERS 50
e mais uma coisa:
https://github.com/Misiur/YSI/raw/master/links.rar
esse link apontado fiz o download porem como uso? tem arquivos .bat isso fará algum dano ao meu sistema operacional?
help ;-;
	
	
porem no log do meu server ta acusando isso:
Código:
* FIXES_PRINTF (GM):
********************************************************************************
* Could not open "DANGEROUS_SERVER_ROOT/server.cfg".  Make sure your server is *
* configured to allow server root access.  Either via:                         *
*                                                                              *
*     https://github.com/Misiur/YSI/raw/master/links.rar                       *
*                                                                              *
* Or (Windows - CMD):                                                          *
*                                                                              *
*     cd scriptfiles                                                           *
*     mklink /J DANGEROUS_SERVER_ROOT ..                                       *
*                                                                              *
* Or (Windows - PowerShell):                                                   *
*                                                                              *
*     cd scriptfiles                                                           *
*     cmd /c mklink /J DANGEROUS_SERVER_ROOT ..                                *
*                                                                              *
* Or (Linux):                                                                  *
*                                                                              *
*     cd scriptfiles                                                           *
*     ln -s .. DANGEROUS_SERVER_ROOT                                           *
*                                                                              *
* If you're not able to, or just don't want to make these changes you can      *
* suppress the warning by defining this at the top of your mode:               *
*                                                                              *
*     #define FIXES_ServerVarMsg 0                                             *
*                                                                              *
* Or (preferably) disable the relevant fixes with:                             *
*                                                                              *
*     #define FIX_GetServerVarAsString 0                                       *
*     #define FIX_GetServerVarAsFloat  0                                       *
*     #define FIX_GetServerVarAsInt    0                                       *
*     #define FIX_GetServerVarAsBool   0                                       *
*                                                                              *
********************************************************************************
*** fixes.inc warning: Server var `maxplayers` (50) < `MAX_PLAYERS` (1000), wasting memory.
***
***                    Disable this message with:
***
***                        #define FIXES_GetMaxPlayersMsg 0
***
  Filterscript '../scriptfiles/callbackfix.amx' loaded.
50devo me atentar a isso ou se eu ignorar não terá problemas
no topo da minha gm eu declarei o seguinte:
#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#endif
#define MAX_PLAYERS 50
e mais uma coisa:
https://github.com/Misiur/YSI/raw/master/links.rar
esse link apontado fiz o download porem como uso? tem arquivos .bat isso fará algum dano ao meu sistema operacional?
help ;-;
