Posts: 67
	Threads: 17
	Joined: Jan 2015
	
Reputation: 
0
	 
 
	
	
		I am a problem on my server rpg.
When login in my server resets money..and have 00000000..
Why is problem? 
Sorry my english
REP!! ++++
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 83
	Threads: 15
	Joined: Jul 2015
	
Reputation: 
0
	 
 
	
	
		Are you using DINI or YINI for saving the players stats?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 143
	Threads: 0
	Joined: Jul 2015
	
Reputation: 
0
	 
 
	
	
		When you load the player (after he logged in) then you have to set the money.
If you don't know what I mean you can send us the code of the loading and we can show it you.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 143
	Threads: 0
	Joined: Jul 2015
	
Reputation: 
0
	 
 
	
	
		You have to save and to load the money of the players. Where you load the player you have to give the player his/her money.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 137
	Threads: 19
	Joined: May 2013
	
Reputation: 
0
	 
 
	
	
		Remove ResetPlayerCash(playerid); from OnPlayerLogin , it should work then.