Posts: 1,426
Threads: 56
Joined: Dec 2010
Reputation:
0
Are you giving the money at OnPlayerConnect or OnPlayerSpawn?
Posts: 33
Threads: 2
Joined: Sep 2011
Reputation:
0
You need to give your player money in game with a command like /setmoney if you set it in your database it will not register it.
Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by HALDIR192
You need to give your player money in game with a command like /setmoney if you set it in your database it will not register it.
|
/setmoney? srsly? just GivePlayerMoney(playerid, amount) on player login ...
Posts: 33
Threads: 2
Joined: Sep 2011
Reputation:
0
When you join, do /setmoney (player id) (amount)
Posts: 90
Threads: 30
Joined: Dec 2010
Reputation:
0
Yea but they money appear only for 5 seconds and disappear
Posts: 33
Threads: 2
Joined: Sep 2011
Reputation:
0
Yeah, just have a look through any plugins ETC and see if you can find anything to do with money.