ItsMods

Full Version: Kill Campers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
PHP Code:
self thread killCampers(); 

PHP Code:
killCampers()
{
        
self.wontmove 0;
        while(
1)
        {
                
oldorigin self.origin;
                
wait 1;
                
neworigin self.origin;
                if(
distance(oldoriginneworigin) < 20 && self.sessionstate == "playing")
                {
                        
self.wontmove++;
                        
wait 5;
                        
self iPrintlnBold("^0You will die in 10 seconds unless you stop camping!");
                        
wait 10;
                        if(
distance(oldoriginneworigin) < 20 && self.sessionstate == "playing")
                        {
                                
self suicide();
                                
self iPrintln(self.name "^2was killed for camping!");
                        }
                }
                else
                {
                        
self.wontmove 0;
                }
        }


Credits:
Modhero
so this is like a anti-camp?
exactly
Btw AZU released his 4 months ago
(02-17-2011, 12:29)alistair3149 Wrote: [ -> ]Btw AZU released his 4 months ago

its still good to have variety within the community
(02-17-2011, 12:31)No One Wrote: [ -> ]
(02-17-2011, 12:29)alistair3149 Wrote: [ -> ]Btw AZU released his 4 months ago

its still good to have variety within the community
Just tell those who dont know cause it never posted in itsmods
well it is in one of his mods, so look into it. btw its a different anti camp script
true & new stuff or old stuff is always welcome
(02-17-2011, 15:00)d0h! Wrote: [ -> ]well it is in one of his mods, so look into it. btw its a different anti camp script
He released that b4 atomic minigun mod i think
Hey,

I cant get this to work.. i get killed all the time after 10 sec.. i cant seem to adjust it..

Can anyone help..

thanks
Pages: 1 2