Signature
native is_amd64_server();
Description
Returns if the server is 64 bit.
Deprecated
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.
Returns
1 if the server is 64 bit, 0 otherwise