Constants

amxmodx.inc

Untitled constant

Deprecated

This function does not catch all cases.

#pragma deprecated Use client_disconnected() instead.

Calculates the MD5 keysum of a string.

Return

Number of cells written to the buffer (always 32)

#pragma deprecated Use hash_string() function. Also, see Hash_* constants.

Calculates the MD5 keysum of a file.

Return

Number of cells written to the buffer (always 32)

Error

If the file can not be opened, and error is thrown.

#pragma deprecated Use hash_file() function. Also, see Hash_* constants.

Allows plugins to declare module dependencies using require_module()

Deprecated

Module dependency has been automatically handled by the compiler
since AMXX 1.50, released in 2005. This forward is no longer
called.

Noreturn

#pragma deprecated Module dependency is now automatically handled by the compiler. This forward is no longer called.

Adds a module dependency.

Deprecated

Module dependency has been automatically handled by the compiler
since AMXX 1.50, released in 2005. This native has no effect.

Noreturn

#pragma deprecated Module dependency is now automatically handled by the compiler. This native has no effect.

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.

Return

1 if the server is 64 bit, 0 otherwise

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