AMX Mod X API Documentation

Signature
native vaultdata_exists(const key[]);
Description

Checks if a key exists in the vault.

Parameters
  • key Key to check
Returns

1 if an entry was found, 0 otherwise.

Назад
Верх