Jump to content

Reset K,D,R

Not a Bug 2.0.3

Ovniper

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

Link to comment
1.3m

Downloads

Total number of downloads.

6.4k

Customers

Total customers served.

94.7k

Files Sold

Total number of files sold.

1.9m

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.