kostya_nad Posted November 16, 2017 Posted November 16, 2017 (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 November 17, 2017 by kostya_nad
eNN Posted January 10, 2018 Posted January 10, 2018 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)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now