is_amd64_server
Syntax
native is_amd64_server();
Description
Returns if the server is 64 bit.
This function has been deprecated, do NOT use it
Reason: As a result of Valve dropping support for 64bit binaries, AMXX is also not shipping 64bit builds anymore. This native is basically guaranteed to return 0.
Return
1 if the server is 64 bit, 0 otherwise