Est SetCash

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

Contents

Description

Sets players cash to value

Parameters

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

Example


event player_spawn
{
  // Start every round with $16000
  es est_SetCash event_var(userid) 16000
}

Notes

  • I recommend you stay under $16000

See Also

blog comments powered by Disqus