mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
NFZ Mempatch Collision
MemPatch to fix collision with item thru zones
This commit is contained in:
parent
09c5a104b2
commit
407667aaea
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
//exec("scripts/autoexec/NoFlagZone.cs");
|
//exec("scripts/autoexec/NoFlagZone.cs");
|
||||||
$TurleCampTime = 10000; //10secs
|
$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)
|
function CTFGame::onEnterTrigger(%game, %triggerName, %data, %obj, %colobj)
|
||||||
{
|
{
|
||||||
%client = %colobj.client;
|
%client = %colobj.client;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue