is_amd64_server
Функция устарела, старайтесь не использовать!
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.
- Синтаксис
-
#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.
- Возвращает
- 1 if the server is 64 bit, 0 otherwise