Jump to content

AlexLawson

Member
  • Posts

    100
  • Joined

  • Last visited

Reputation Activity

  1. Like
    AlexLawson got a reaction from SchwEde in Searching For Developer/Scripter   
    :P 
  2. Like
    AlexLawson reacted to Gr8 in Custom Console Commands   
    Fixed a typo for ya Dean
     
    _chat = _display displayCtrl 28; _text = ctrlText _chat; while {alive player} do { if(_text in ["/rules"]) then { systemChat "====Rules===="; sleep 0.5; systemChat "No Haxors"; sleep 0.5; systemChat "No camping safezones"; sleep 0.5; systemChat "Kill me"; sleep 0.5; systemChat "Love infiSTAR"; }; sleep 1; };
  3. Like
    AlexLawson reacted to cen in Epoch Tavi Problems   
    https://www.dropbox.com/s/ym6dfm9gr7cp23x/DayZTaviana.bikey?dl=0
  4. Like
    AlexLawson reacted to Gr8 in SQL Cleanups - Someone mind sharing?   
    Looks like cen added back the msiing semi colons. Well I just checked and our both files are same. :P
  5. Like
    AlexLawson got a reaction from SchwEde in infistar and coins   
  6. Like
    AlexLawson reacted to Zupa in [Release] Paint Vehicles   
    You must have fucked something up yourself. I don't see how you would delete a whole database lol. 
  7. Like
    AlexLawson got a reaction from euphoria^ in Trader that moves around after server restart.   
    http://epochservers.com/viewtopic.php?f=14&t=33
  8. Like
    AlexLawson reacted to cen in SQL Cleanups - Someone mind sharing?   
    @echo off :Settings set scriptpath=C:\Program Files\Steam\SteamApps\Common\Arma 2 Operation Arrowhead\scripts\ set mysqlpath=C:\Program Files\MySQL\MySQL Server 5.6\bin :Run Cleanup SQL cd /d "%mysqlpath%" echo Deleting damaged objects... mysql -h 127.0.0.1 -u USERNAME -pPASSWORD -D DATABASE< "%scriptpath%"\NAMEOFSQLFILE.sql ping 127.0.0.1 -n 15 >NUL echo Successful... I think. ping 127.0.0.1 -n 10 >NUL
  9. Like
    AlexLawson got a reaction from GaspArt in [Release] InfiStar Coin's Spawn Add-on for Zupa Coin's   
    Seems to be no credit giving to the people who did this already.
     
    And use this,
    (_unit getVariable ['cashMoney', 0] call BIS_fnc_numberText) Instead of this,
    (_unit getVariable['cashMoney',0]) Otherwise if someone has over a million coins you wont get a readable number.
  10. Like
    AlexLawson got a reaction from ZENITHOVMAN in still no epoch 2.5.3???   
    While they are waiting for the arma 3 update can we have DayZ Epoch 1.0.6 :D .
  11. Like
    AlexLawson reacted to ElDubya in Krixes BB not working, causing problems   
    Wow, way to necro a thread dude ..... 
  12. Like
    AlexLawson got a reaction from Gil-Galed in help player built stuff dissapering   
    I think everything that was built while the decay was turned on will be removed.
     
    In your init.sqf in the mission folder add
    DZE_DamageBeforeMaint = 0.00; with the other DZE variables and tell people to maintain their base. Might Work.
  13. Like
    AlexLawson reacted to Shak in Zupa's Global Banking   
    Seriously?
  14. Like
    AlexLawson reacted to BetterDeadThanZed in Recruiting Pilots/Drivers as well as experienced shooters   
    Had a good laugh reading this post. Thank you!
  15. Like
  16. Like
    AlexLawson got a reaction from kiwigreen in Epoch lacking what it was :(   
    Well DayZ Epoch is probably not going to be updated by the devs since epoch mod is being supported instead. Looks like we will have to wait for the DayZ Evolved mod to become a reality and move to that once it gets released. http://dayzevolved.com/
  17. Like
    AlexLawson got a reaction from Bushwick in Epoch lacking what it was :(   
    Well DayZ Epoch is probably not going to be updated by the devs since epoch mod is being supported instead. Looks like we will have to wait for the DayZ Evolved mod to become a reality and move to that once it gets released. http://dayzevolved.com/
×
×
  • Create New...