Jump to content

maihym

Member
  • Content Count

    104
  • Joined

  • Last visited

  • Medals

Everything posted by maihym

  1. Never mind I figured it out haha.
  2. my problem isn't shutting down the server. my problem is getting the notifications at the accurate time.
  3. So I'm basically trying to make a restart warning script but to test it I'm trying to make it execute after 3 minutes but waitUntil {serverTime == 180}; doesn't seem to be doing anything. Here is the full script. [] spawn { _2hours = [ [format["== WARNING =="],"<t align = 'center' shadow = '1' size = '0.8' color ='#E44646' font='PuristaBold'>%1</t><br />"], [format["Next restart in 2 hours...."],"<t align = 'center' shadow = '1' size = '0.6'>%1</t><br/>"] ]; _1hour = [ [format["== WARNING =="],"<t align = 'center' shadow = '1' size = '0.8' color ='#E44646' font='PuristaBold'>%1</t><br />"], [format["Next restart in 1 hour...."],"<t align = 'center' shadow = '1' size = '0.6'>%1</t><br/>"] ]; _30minutes = [ [format["== WARNING =="],"<t align = 'center' shadow = '1' size = '0.8' color ='#E44646' font='PuristaBold'>%1</t><br />"], [format["Next restart in 30 minutes...."],"<t align = 'center' shadow = '1' size = '0.6'>%1</t><br/>"] ]; _10minutes = [ [format["== WARNING =="],"<t align = 'center' shadow = '1' size = '0.8' color ='#E44646' font='PuristaBold'>%1</t><br />"], [format["Next restart in 10 minutes...."],"<t align = 'center' shadow = '1' size = '0.6'>%1</t><br/>"] ]; _5minutes = [ [format["== WARNING =="],"<t align = 'center' shadow = '1' size = '0.8' color ='#E44646' font='PuristaBold'>%1</t><br />"], [format["Next restart in 5 minutes...."],"<t align = 'center' shadow = '1' size = '0.6'>%1</t><br/>"] ]; _1minute = [ [format["== WARNING =="],"<t align = 'center' shadow = '1' size = '0.8' color ='#E44646' font='PuristaBold'>%1</t><br />"], [format["Next restart in 1 minute...."],"<t align = 'center' shadow = '1' size = '0.6'>%1</t><br/>"] ]; while {true} do { waitUntil {serverTime == 180}; [_2hours] spawn BIS_fnc_typeText; sleep 3600; [_1hour] spawn BIS_fnc_typeText; sleep 1800; [_30minutes] spawn BIS_fnc_typeText; sleep 1200; [_10minutes] spawn BIS_fnc_typeText; sleep 300; [_5minutes] spawn BIS_fnc_typeText; sleep 240; [_1minute] spawn BIS_fnc_typeText; sleep 59; serverCommand ('#login '+passwordAdmin); serverCommand ('#shutdown'); }; };
  4. That still didn't work, should I make it wait until about 10 minutes?
  5. Does anyone have a script that will automatically restart an Arma 3 server with warnings? I've searched google but haven't found anything for Altis Life.
  6. Can someone duplicate this texture https://www.dropbox.com/s/ff23ozh4p62qbqa/police_suv.paa?dl=0to a hatchback sport?
  7. Does anyone know where I can find the Papi light in zeus?
  8. maihym

    Papi Light

    Is there a mod where I can place the Papi light directly in Zeus? I can't place the Papi light where I want to in the 2d editor.
  9. maihym

    Papi Light

    No its this https://community.bistudio.com/wiki/File:Arma3_CfgVehicles_Land_Runway_PAPI.jpg
  10. maihym

    Changing colorBar?

    Nevermind I figured it out
  11. Hey so I need helping editing the tazer script from Altis Life. Basically I want to make it so if someone is in a vehicle they don't get tazed or damaged from a tazer. Here's what's in the tazer script:
  12. How can I check if a player is in a vehicle? I basically want it to say this If (player is in a vehicle) then (do this).
  13. Ok now how would I put if !(isNull objectParent player) then {do something}; As a variable. So basically its like if(is a player and not in a car) then (do something)
  14. So that's saying that the player is in the vehicle right?
  15. Hey, I'm currently making an Arma 3 Altis Life server with some pretty unique featues. It's going to be a strict roleplay server and hopefully have a dynamic economy. The problem though is that I need help with some of the coding. I've gotten about 75% of the server code done and that's just for the scripts we wanted in before we launch. So I was wondering if anyone would be intersted in helping to code the server. If so, just PM me a link to your steam account and we'll talk from there, thank you.
  16. Can someone help me add sort of a division into the Altis Life Police. I'm trying to add a detective division and be able to call it from the server but I can't seem to get it working and no one on the Altis Life forums will help.
  17. It's fine, I already figured out how to do it, but thanks.
  18. So I got the source code for ExtDB v35 but I don't know how to compile it for Linux. Can someone help me?
  19. I'm trying to remove these crates inside Altis but I don't know how. I find them very annoying and in the way. Here is a picture for reference http://imgur.com/oJDqV0N
  20. I'm going to be making a server called Chaotic Gaming. I need 1 or 2 developers to help out with the behind the scenes stuff. I also need a map editor because that is very time consuming so I really need someone on top of that. I want to make a strict RP server with realistic features. I'm kind of in the process of learning how to make my own scripts while I follow tutorials around the website. I'm always open to ideas and suggestions so of course everyone will have a say as to what goes in the server and what doesn't. I'm trying to make a unique server that can get Altis Life back up and running. I've noticed all the servers with a billion startup money and it's filled with 13 year old admins that don't know what they're doing. Granted not all teenagers act like that but those ones did. I currently don't have a dedicated server up or a teamspeak but I'll soon have some money to pay for all that. If you can help with any of those things and want to make something amazing just leave a reply on the thread or shoot me a PM. Also please don't make rude replies. Criticism is welcome but don't be a dick.
  21. Right I get what you're saying but I'm trying to get a server up and running ASAP so if I can divide the workload then that'll be better.
  22. What do you mean? What's in the new EULA?
  23. I feel like you're being sarcastic but if you're serious pm me.
  24. What if you joined us and made a realistic Altis Life server. If you're not interested it's understandable but PM me if you are.
  25. I'm going to be making a server called Chaotic Gaming. I need 1 or 2 developers to help out with the behind the scenes stuff. I also need a map editor because that is very time consuming so I really need someone on top of that. I want to make a strict RP server with realistic features. I'm kind of in the process of learning how to make my own scripts while I follow tutorials around the website. I'm always open to ideas and suggestions so of course everyone will have a say as to what goes in the server and what doesn't. I'm trying to make a unique server that can get Altis Life back up and running. I've noticed all the servers with a billion startup money and it's filled with 13 year old admins that don't know what they're doing. Granted not all teenagers act like that but those ones did. I currently don't have a dedicated server up or a teamspeak but I'll soon have some money to pay for all that. If you can help with any of those things and want to make something amazing just leave a reply on the thread or shoot me a PM. Also please don't make rude replies. Criticism is welcome but don't be a dick.
×