NFZ Mempatch Collision

MemPatch to fix collision with item thru zones
This commit is contained in:
ChocoTaco1 2020-10-31 12:10:05 -04:00
parent 09c5a104b2
commit 407667aaea

View file

@ -1,6 +1,11 @@
//exec("scripts/autoexec/NoFlagZone.cs");
$TurleCampTime = 10000; //10secs
//Trigger Zone Collision Patch
//MemPatch so mines, grenades, and flags
//Dont interact with the trigger zone
memPatch("604358","0C");
function CTFGame::onEnterTrigger(%game, %triggerName, %data, %obj, %colobj)
{
%client = %colobj.client;