Jump to content

Reset K,D,R

Not a Bug 2.0.3

Hey, unfortunately I cant add every request into public version but I can help you out. 

Add this block of code into plugin. 
 

void OnPlayerDisconnected(BasePlayer player, string reason)
{ 
	if (player == null) return;
	if (_playerData.ContainsKey(player.userID))
	{   
		_playerData[player.userID].Kills = 0;
		_playerData[player.userID].Death = 0;
	}
}


here for example

image.thumb.png.d11ddcd27d779f30cf06d7b6fa22d1ef.png

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.