Add prompt value to player data
This commit is contained in:
@@ -130,6 +130,7 @@ class ClientData {
|
|||||||
this.alcoholLevel = 0;
|
this.alcoholLevel = 0;
|
||||||
this.pedState = V_PEDSTATE_NONE;
|
this.pedState = V_PEDSTATE_NONE;
|
||||||
this.promptType = V_PROMPT_NONE;
|
this.promptType = V_PROMPT_NONE;
|
||||||
|
this.promptValue = 0;
|
||||||
this.privateMessageReplyTo = null;
|
this.privateMessageReplyTo = null;
|
||||||
this.enteringExitingProperty = null;
|
this.enteringExitingProperty = null;
|
||||||
this.inProperty = null;
|
this.inProperty = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user