is_amd64_server

Syntax

#pragma deprecated AMXX is not shipping 64bits builds anymore. This native is basically guaranteed to return 0.
native is_amd64_server();

Description

Returns if the server is 64 bit.

Return

1 if the server is 64 bit, 0 otherwise