how do i modify how a ship locks, and who gets the kill etc? I can't seem to find it anywhere.
thankyou
thankyou
Create an int / string named attackedBy=0Quote:
how do i modify how a ship locks, and who gets the kill etc? I can't seem to find it anywhere.
thankyou
if (this.Ship.attackedBy == 0)
{
this.Ship.attackedBy = attackerId;
}
#closedQuote:
Learn programming and reversing, and you'll know it.
Privateserver stuff belong to this thread:
[Only registered and activated users can see links. Click Here To Register...]