Перейти к содержанию

Player::weaponAmmo

Материал из RAGE MP Wiki Archive

Server-Side
Function

Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения JavaScript



Returns the amount of ammo from the current player's weapon

  • Note: this property is read-only.

Syntax

player.weaponAmmo;

Example

This command will show how many ammo the player has in his currently equipped weapon.

Server-Side

{{{1}}}


See Also