Quit paintball when exiting business
This commit is contained in:
@@ -318,8 +318,8 @@ function enterExitPropertyCommand(command, params, client) {
|
|||||||
|
|
||||||
if (isBusiness) {
|
if (isBusiness) {
|
||||||
if (closestProperty.entranceType == VRR_PROPERTY_ENTRANCE_TYPE_PAINTBALL) {
|
if (closestProperty.entranceType == VRR_PROPERTY_ENTRANCE_TYPE_PAINTBALL) {
|
||||||
messagePlayerAlert(client, getLocaleString(client, "JoinedPaintBall"));
|
messagePlayerAlert(client, getLocaleString(client, "LeftPaintBall"));
|
||||||
startPaintBall(client);
|
stopPaintBall(client);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user