mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
NFZ Mempatch Collision
MemPatch to fix collision with item thru zones
This commit is contained in:
parent
09c5a104b2
commit
407667aaea
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue