Page 1 of 1

Server crashes on client precaching? (when a person joins)

Posted: Mon Jan 23, 2006 11:30 am
by Geesu
  • Are you running amd64? Wait for amxmodx 1.65
  • Not running amd64? Post a thread with server information (view stickies for proper way to post a bug)

Posted: Sat Jan 28, 2006 5:46 pm
by Striker
Are you running amd64? Wait for amxmodx 1.65
(for future release) Add a Option for amd64 to disable the query_client_cvar option and add a workaround.

I would recommend to uncomment query_client_cvar (for amd64 users):

warcraft3FT.sma:

Code: Select all

/*

	#if MOD == 0
		query_client_cvar(id, "cl_minmodels", "check_cvars") 
	#endif

*/

Posted: Sat Jan 28, 2006 10:48 pm
by Geesu
It will just be ignored on the 64bit version, I'll change the code when the new amxx is released