Add Money

public void AddMoney(int amount)

This method adds money to the player.

// this example code can be runned from any script

Player.LocalPlayer.AddMoney(500); // getting local player and adding 500 money to him