Jump to content

player.getMoney is not a function


Recommended Posts

Posted (edited)

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
  • 1 month later...
Posted

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)

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
  • Recently Browsing   0 members

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