AMX Mod X API Documentation

Signature
native ns_add_points(id, points);
Description

Adds to the player's points spent count in combat.

Parameters
  • id The player to add this to.
  • value The value to add to the points spent.
Returns

The new value of the points spent variable.

Назад
Верх