Add paintball data to client data class
This commit is contained in:
@@ -129,6 +129,11 @@ class ClientData {
|
|||||||
this.alcoholLevel = 0;
|
this.alcoholLevel = 0;
|
||||||
this.pedState = VRR_PEDSTATE_NONE;
|
this.pedState = VRR_PEDSTATE_NONE;
|
||||||
this.promptType = VRR_PROMPT_NONE;
|
this.promptType = VRR_PROMPT_NONE;
|
||||||
|
|
||||||
|
this.inPaintBall = false;
|
||||||
|
this.paintBallBusiness = -1;
|
||||||
|
this.paintBallDeaths = 0;
|
||||||
|
this.paintBallKills = 0;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user