Jump to content

Buck0

Member
  • Posts

    521
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Buck0

  1. here's what I used to use when people actually played this game, don't remember who made it so no creds

    while {true} do {
    	_notAllowed =
    	[
    		'ChainSaw','ChainSawB','ChainSawG','ChainSawP','ChainSawR'
    	];
    	_noBreaking =
    	[
    		'CinderWallHalf_DZ','CinderWall_DZ','MetalFloor_DZ'
    	];
    	
    	_cwep = currentWeapon player;
    	_typeOfCursorTarget = typeOf cursorTarget;
    	if (_cwep in _notAllowed && _typeOfCursorTarget in _noBreaking) then {
    		player_fired = {
    			deleteVehicle (nearestObject [_this select 0,_this select 4]);
    			cutText ['ChainSaw is too blunt to destroy Cinder Walls And Metal Floors!','WHITE IN'];
    		};
    		player removeAllEventHandlers 'Fired';
    		player addEventHandler ['Fired', {_this call player_fired;}];
    	};
    	sleep 0.1;
    };

     

  2. 5 hours ago, creativv said:


    Since its open source on any forum that has anything to do with dayz mod i highly doubt he took it out of anybody's pbo , but hey could just be me ofcourse......

    None of them come with zombie damage adjusted up as base

  3. 1 minute ago, creativv said:

    He does not have acces to his own server .

    They are running 2 servers one of his own and the other one of Shawn wich he pays for .

    Since Hoplox has his root user account , Shawn can not acces his own server anymore (wich he payed for) .

    Hope that clears stuff up ?

     

    A quick email to a service provder would have that resolved in 15 mins if it was the case. Why are you even involved and dragging this to these forums. 

    Holy shit lol

  4. 11 minutes ago, creativv said:

     

    6 minutes ago, creativv said:

    You are right raymix , but sometimes stuff like this pisses me off .

    I'll leave it at this and wont make a post about it anymore we will take it up to teamspeak .

    But i just can't stand when people **** other people over and act like they invented something new over my back .

     

    Btw is there something i can ask you in private message raymix ?

     

    Lol you changed a variable in the code and claim that its yours and hes gone behind your back and posted it?  You didnt write this code, you copy and pasted it and changed a variable.

     

    Perhaps you should be a little more careful who you sell server files to, as this "Shawn" kid seems real innocent here.

     

    We all know that anything in a pbo is open to vultures and im sure you have dug thru your fair share of pbos. If its something so near and dear to you PV it, even in this case it wouldnt matter whoever you sold a server to clearly shared these files with other people

     

    Lol

  5. Why are you guys bickering over stupid shit, anyone who was already using that fix and has half a brain knows changing that value adds a starting ammount.

     

    What difference does it make crediting people who wrote that ages ago, half of them have been banned and removed from these forums anyway.

     

    Seriously kids you all go thru each others pbos and thats why theres nothing new around and all the servers are the same

     

    Lol

  6. 10 hours ago, ViseVersa said:

    Thank you very much for this, you did a well good job!

    Now unfortionately i do have to complain about the amount of errors and such. Also this is not optimized in no way, which is one of the reasons, why i am currently creating a new Headless Client, that will have the ability of for example spawn 1200 Zombies all over the Map near Buildings. Ofc it will work with Wilderness to, but i didn`t get that far yet.

     

    Just to give you an Idea, of how it looks like:

     

    Hidden Content

     


    I find 1200 Zombies is a really good Value, but of course it is fully customizable. I`m also monitoring the Client`s actions using a FSM.

     

     

    PS: YES, i have a doggie and YES it is working perfectly fine. It will even search for Loot inside Buildings etc, but i haven`t 100% finished it yet.

     

     

     

    Be interested to see a finished product, very few people with a working hc nowdays

×
×
  • Create New...