This commit is contained in:
A Clark
2013-01-15 09:25:23 -06:00
parent b893b72b72
commit 2735183a45
11 changed files with 997 additions and 81 deletions

View File

@@ -169,7 +169,7 @@ diag_log "HIVE: Starting";
_totalvehicles = _totalvehicles + 1;
// total each vehicle
serverVehicleCounter set [count _serverVehicleCounter,_type];
serverVehicleCounter set [count serverVehicleCounter,_type];
};