Jump to content
RAGE Multiplayer Community

player.getMoney is not a function


kostya_nad
 Share

Recommended Posts

When I want to give money, console writes this: "player.getMoney() is not a function".

Code:

mp.players.add('playerDeath',function(p,r,k){
	player.setMoney(player.getMoney()-100);
});

 

 

UPD: Just confused server-side and client-side. All OK!

Edited by kostya_nad
Link to comment
Share on other sites

  • 1 month later...

pretty sure the correct syntax is player.getMoney without the parentesis (), yeah wiki says otherwise but so does my console whenever i use getMoney() instead of getMoney

 

(yeah post is old but could be useful for others)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...