View Single Post
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 09-26-2006 , 16:18   Re: Max Round Time [CS 1.6]
Reply With Quote #16

Quote:
Originally Posted by Wilson [29th ID] View Post
Code:
public plugin_init() {     remove_entgroup("bombzone") // I don't know the actual entity name     remove_entgroup("rescuezone") // Same with this. I don't play CS. }
That should be:
Code:
public plugin_init() {     remove_entgroup("func_bomb_target");     remove_entgroup("func_hostage_rescue"); }

This still does not remove the round time limit though, I just tested it.
hlstriker is offline