AMX Mod X API Documentation

Signature
native cvar_exists(const cvar[]);
Description

Returns if a cvar is registered on the server.

Parameters
  • cvar Cvar name to check
Returns

1 if the cvar exists, 0 otherwise

Назад
Верх