Est CashAdd

From EventScripts Community Encyclopedia
Syntax: est_CashAdd <identifier> <value>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Adds value to current cash

Parameters

  • identifier - See Est_PlayerSelection for player selection help
  • amount - The value you want to add to the cash amount

Example


event player_death
{
  // Get $1000 every time you kill someone
  es est_CashAdd event_var(attacker) 1000
}

Notes

  • None

See Also

blog comments powered by Disqus