Est ArmorAdd

From EventScripts Community Encyclopedia
Syntax: est_ArmorAdd <players> <number>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Modifies a players armor value by adding number to current armor value

Parameters

  • players - See Est_PlayerSelection for player selection help
  • number - Ammount of armor you want to add

Example


event player_spawn
{
  es est_ArmorAdd event_var(userid) 25
  // Adds 25 armor to a player when that player spawns
}

Notes

  • None

See Also

blog comments powered by Disqus