Yes you are right "fox" is the name of my sound file, take a look at http://opendayz.net/threads/blur-gaming-custom-spawn-tutorial.9785/ you will find usefull information on how to add sounds and how to cut them.
Be sure to change _nul = [objNull, player, rSAY, "fox"] call RE; to _nul =...
Bottom of self actions:
// ---------------------------------------FIRE DANCE START------------------------------------
if (inflamed cursorTarget and _canDo) then {
if (s_player_dance < 0) then {
s_player_dance = player addAction ["Dance!","Scripts\dance\dance.sqf",cursorTarget...
They work but The Player RemoveAction sometimes does not work. IE you look at the fire then walk away sometimes the player action is still in the scroll menu. This is could be due to the amount of different scripts I have running as I have seen this happen before with self bloodbag. I have...
I added a couple more animations which I have had working but am unsure if the code is write or there is a better way to write it. below is what am using in my selfactions.
//DANCE
if (inflamed cursorTarget and _canDo) then {
if (s_player_dance < 0) then {
s_player_dance =...
Does anyone know the actions I need to white list for my anti hacks the script is working fine. Only I can get in the bus as my antihacks stops the scroll wheel.
Great script btw
Could this be coded to auto repair to a marker/sensor instead of using a building. I have a trader city that I want members to be able to drive into and have there vehicles repaired.
I am using Infistar Anti Hacks I understand how to add exceptions but am not having much luck with the debug Monitor I use. Below is the code for my Debug Monitor.
dayz_spaceInterrupt = {
private ["_dikCode", "_handled"];
_dikCode = _this select 1;
_handled = false;
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.