#pragma deprecated AMXX is not shipping 64bits builds anymore. This native is basically guaranteed to return 0. native is_amd64_server();
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.
1 if the server is 64 bit, 0 otherwise
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.