Search results

  1. G

    [Release] Easy 3rd person limit

    if ((getPlayerUID player) in ["231720134","147905606","147960070"]) then { } else { _types = ["air"]; _hint = false; _vMsg = "You cannot use third person when on an air vehicle. Use Auto-Hover for third Person"; _fMsg = "You may not use third person while on foot or in a vehicle of type: %1"...
  2. G

    I need help with my epoch safe zone

    I am using infistar, and this only works on admins. Normal players do not get safezones
  3. G

    [Release] pick spawn and loadout

    If you want to change the name of the class, first you got to change the names of the files in classes folder. Then, edit the names of the classes in classes_main.sqf then, Edit your links in classes_main.sqf to link your new names of the files.
  4. G

    Overpoch Dedicated or hosted?

    Hi, I run a server on Survival Servers, I want to host an overpoch server, but looks like i cannot set it up in SS. So i am thinking of purchasing a dedi box. Probably Vilayer. My question is: Do i need a dedi host for hosting overpoch? What specs do i need for a 40-50 slot server?
  5. G

    EPM DayZ RCon Tool (Beta) Changelog and Information

    everybody thats types something notfies me that they need an admin
  6. G

    4 Hour Day/4 Hour Night

    I will try to set it up and let you know if it works, if you are willing to help me troubleshoot it :)
  7. G

    4 Hour Day/4 Hour Night

    BEC instructions are confusing, tells me that you have to install it on your computer? I thought this was done in FTP? Are there any special instructions for Servival Servers?
  8. G

    4 Hour Day/4 Hour Night

    They told me that for them BEC is outdated -_-
  9. G

    4 Hour Day/4 Hour Night

    My host Servival server doesnt support BEC nor willing to set it up. So conclusion : you cannot use 1 restart day, 1 restart night if you dont have a dedicated box?
  10. G

    4 Hour Day/4 Hour Night

    I donot Have BEC nor I have root access, is this an alternative?
  11. G

    4 Hour Day/4 Hour Night

    ^^ lol, hey Switchify
  12. G

    DayZ Base Building 1.3 Discussion

    Awesome Script, How do i put down a flag? I cannot find it in the build recipies menu. All other items are showing good but there are 2 blank pages with "any" as a tittle. Any body else have this problem? I am using it on Overwatch 0.2.5
  13. G

    4 Hour Day/4 Hour Night

    BUMP. Looking for same, anyone wanna jump in and help us out?
  14. G

    UID restriction help

    I had stated this on my orginial post: I didnt lie about anything. So please use this kind of language of yours somewhere else. And i dont get how this is: And whats the rule for donation based scripts? is it illigal, if it is then i was not aware of them. So You shut your silthy mouth Chirs
  15. G

    UID restriction help

    Awesome, working gr8 Thanks
  16. G

    UID restriction help

    Increase the log level? how do i do that? Are you talking about the .rpt? then i know how to read the file
  17. G

    UID restriction help

    I added a variable _weapons _weapons = [currentWeapon player] + (weapons player) + (magazines player); _isBike = typeOf cursorTarget in ["Old_bike_TK_INS_EP1","Old_bike_TK_CIV_EP1"]; _deploybikedonors = ["231720134","74271814","239981382","239982214"]; _uid = getPlayerUID player; //BIKE...
  18. G

    UID restriction help

    Adding that in from @Maddin's code This is what i got //BIKE DEPLOY if((!isNull _uid) && (!isNull _deploybikedonors) && (_uid in _deploybikedonors)) then { //Player is Donator if (('ItemToolbox' in weapons player)) then { //Player has Toolbox hasBikeItem = true; } else {...
  19. G

    UID restriction help

    Who told you that, that was a real ID o_O
  20. G

    UID restriction help

    if ("ItemToolbox" in _weapons and _deploybikedonors - []) then { Is that it?
Back
Top