Post: How To Remove All Kill Triggers
07-13-2012, 07:07 PM #1
LightModz
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); this code removes all killtriggers from the game. this is pretty cool because your not able to access parts of the outside map where you couldnt before even with godmode on Winky Winky so enjoy
put this in init for it to load everytime you start the game
    
ents = getEntArray();
for ( index = 0; index < ents.size; index++ )
{
if(isSubStr(ents[index].classname, "trigger_hurt"))
ents[index].origin = (0, 0, 9999999);
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 10 users say thank you to LightModz for this useful post:

ChromeVisionz, CleanMODSHD, CoDyMoDz1000XD, Harry, OmGRhys-x, Cmd-X, Simple-_-Modz, Special-Modding, Uk_ViiPeR
08-20-2012, 06:02 AM #11
Dman93
Crawl to your cross
Originally posted by Guy View Post
Does this also remove sky barriers?


How is a sky-barrier the same as a kill trigger to you?
08-21-2012, 04:26 AM #12
Cmd-X
It's been awhile.
Originally posted by LightModz View Post
this code removes all killtriggers from the game. this is pretty cool because your not able to access parts of the outside map where you couldnt before even with godmode on Winky Winky so enjoy
put this in init for it to load everytime you start the game
    
ents = getEntArray();
for ( index = 0; index < ents.size; index++ )
{
if(isSubStr(ents[index].classname, "trigger_hurt"))
ents[index].origin = (0, 0, 9999999);
}


Thanks LightModz Drack

The following user thanked Cmd-X for this useful post:

LightModz
08-31-2012, 07:48 AM #13
RaspberryIce
Bounty hunter
This Is Nice And Useful
Thanks =D
09-02-2012, 02:40 AM #14
iLikeTrophys
Little One
very nice ..!

---------- Post added at 09:40 PM ---------- Previous post was at 09:39 PM ----------

good ...!..
09-03-2012, 12:22 AM #15
Harry
Former Staff
Awesome lil' release there, keep working on this stuff ^^

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo