Jump to content

kelso000

Member
  • Posts

    49
  • Joined

  • Last visited

Reputation Activity

  1. Like
    kelso000 got a reaction from DangerRuss in [REQUEST] Vehicle Locator Removes Key if Vehicle Doesn't Exist!   
    Replace this :
    } else { systemChat format ["%1 - Vehicle ID: %2 - (This vehicle no longer exists in the database)",_keyName,_finalID]; }; with this: 
    } else { systemChat format ["%1 - Vehicle ID: %2 - (This vehicle no longer exists in the database)",_keyName,_finalID]; _key_removed = [player,_key] call BIS_fnc_invRemove; }; Untested this but it should be all you need.
  2. Like
    kelso000 got a reaction from Donnovan in DayZ Launcher   
    I had this problem also, and need to manually refresh every ~25 minutes or so on dev.dayzlauncher.com. I made a macro to do it using a batch loop and imacros for firefox to do this every 25 mins. 
  3. Like
    kelso000 reacted to Chainsaw Squirrel in New -OLD Idea to revive a player   
    AWOL .. add this to the mod lol .. revive player .. blow smoke u the victims arse LOL,  Teabagging the player .. no sir he was trying to revive teammate  lol


    https://www.youtube.com/watch?v=vABv1NRb520&feature=share
  4. Like
    kelso000 reacted to raymix in createVehicle on top of building   
    _object = createVehicle [_vehicle,position player,[],0,"CAN_COLLIDE"]; //or [0,0,0] _object setPosATL (player modelToWorld [0,3,0]);  
  5. Like
    kelso000 got a reaction from ShoobieStomper in What markers should be on the default map?   
    Another great tool to use is diffmerge. It'd be right there on your desktop, you highlight two files right click and compare. Super simple. Can even do entire folders at once.
    By FAR the most useful tool for me though is Windows Grep. You can highlight your folders and files and search the text contents for any string using a normal search or a regular expression. It will help tons when you have a file path off and you can use a regular expression to show you all filepaths in your files, or if you just need to find where you placed a variable.
  6. Like
    kelso000 got a reaction from hekut146 in Adding new function to server_updateObject.sqf (no update information in db)   
    What exactly are you trying to do?
×
×
  • Create New...