Posts: 89
	Threads: 18
	Joined: Oct 2010
	
Reputation: 
0
	 
	
	
		Hai ! 
I use an xp fs and a rank one , but I need to change the score , from cash to kills .
Does anyone knows how to change it ?
Thanks .
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 89
	Threads: 18
	Joined: Oct 2010
	
Reputation: 
0
	 
	
	
		Thanks very much guys !
But mr. , then it says that SetPlayerMoney is an undefined symbol :/ .
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 89
	Threads: 18
	Joined: Oct 2010
	
Reputation: 
0
	 
	
	
		Thanks all !
Then by the way , instead posting another topic I'll announce my last problem :
On the server , when  a player kill another player , the draw text show this : "Superman Killed Rambo
                                                                                                        Rambo Killed Superman" but only one player killed the other one .
That's really strange because I don't have "SendDeathMessage" anywhere in my script .
( I have only "SetPlayerScore(killerid,GetPlayerScore(killerid)+  1);//for score   
 GivePlayerMoney(killerid,GetPlayerMoney(killerid)+  1000); 
and the little script in OnVehicleDeath )