AMX Mod X API Documentation

Signature
native Float:ns_add_exp(id, Float:value);
Description

Adds to the player's experience.

Notes
  • Combat only.
Parameters
  • id The player to add experience value to.
  • value The amount of experience this player will receive.
Returns

The new amount of experience this player has.

Назад
Верх