Hi, can someone tell me how to code that?
When im in the Tc arena and i kill some player i get 10 pk points.
Thanks.
When im in the Tc arena and i kill some player i get 10 pk points.
Thanks.
CSocket.Client.PkPoints += 10;
if (CSocket.Client.Map != Struct.Maps.Arena)
{
CSocket.Client.PkPoints += 10;
}
else CSocket.Client.Flashing = false;
Quote:
Sorry, was working. I got your PM, in response. For example you want to not get PKP in the PK Arena:
In Calculations/doMonsterPlayer.cs search for
and replace it withCode:CSocket.Client.PkPoints += 10;
Here's a screenshot afterwords, notice PKP.Code:if (CSocket.Client.Map != Struct.Maps.Arena) { CSocket.Client.PkPoints += 10; } else CSocket.Client.Flashing = false;
[Only registered and activated users can see links. Click Here To Register...]