player anti wall v2 now with counter/limt and more comments

This commit is contained in:
[VB]AWOL
2013-11-25 08:08:13 -06:00
parent 81f2027491
commit 6991d1ce5f
3 changed files with 61 additions and 41 deletions

View File

@@ -648,6 +648,12 @@ if(!isDedicated) then {
DZE_HaloJump = true;
};
if(isNil "DZE_AntiWallLimit") then {
DZE_AntiWallLimit = 1;
};
DZE_AntiWallCounter = 0;
DZE_FreshSpawn = false;
DZE_myHaloVehicle = objNull;