AMX Mod X API Documentation

Signature
native Float:ns_add_res(id, Float:amount);
Description

Adds an amount of resources to the player.

Notes
  • This is only for alien players.
Parameters
  • id The id of the player to add resources to.
  • amount The amount to add to the player.
Returns

The new amount of resources the player has.

Назад
Верх