Jump to content

lubiekeppa

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by lubiekeppa

  1. The point is that it is a different button than with z .
  2. Hello How to make voice chat was on a server under a different standard than the button? Because now it looks like this. Foto : http://imageshack.us/f/145/czatuu.png/
  3. lubiekeppa

    Script

    does not work, nothing happens
  4. lubiekeppa

    Voice

    I have a voice mod mta dayz just do not know what key it turns
  5. lubiekeppa

    Script

    so it has to be? setTimer antyRelogWindow = guiCreateWindow(0.35, 0.03, 0.30, 0.10, "Powiadomienie", true) guiWindowSetMovable(antyRelogWindow, false) guiWindowSetSizable(antyRelogWindow, false) text1AR = guiCreateLabel(0.08, 0.29, 0.87, 0.17, "UWAGA! Doznałeś obrażeń, przez co nie możesz opuścić serwera, dopóki to", true, antyRelogWindow) text2AR = guiCreateLabel(0.07, 0.57, 0.93, 0.20, "okienko nie zniknie! W przeciwnym razie, twoja postać zostanie uśmiercona", true, antyRelogWindow) guiSetVisible (antyRelogWindow,false) function wlaczOkienko() guiSetVisible (antyRelogWindow,true) end addEvent("wlaczInfo",true) addEventHandler ("wlaczInfo", getRootElement(), wlaczOkienko) function wylaczOkienko() guiSetVisible (antyRelogWindow,false) end addEvent("wylaczInfo",true) addEventHandler ("wylaczInfo", getRootElement(), wylaczOkienko)
  6. lubiekeppa

    Script

    Hello. Why is this script not working? It has a permit to log out after 10 seconds of receiving the injury. antyRelogWindow = guiCreateWindow(0.35, 0.03, 0.30, 0.10, "Powiadomienie", true) guiWindowSetMovable(antyRelogWindow, false) guiWindowSetSizable(antyRelogWindow, false) text1AR = guiCreateLabel(0.08, 0.29, 0.87, 0.17, "UWAGA! Doznałeś obrażeń, przez co nie możesz opuścić serwera, dopóki to", true, antyRelogWindow) text2AR = guiCreateLabel(0.07, 0.57, 0.93, 0.20, "okienko nie zniknie! W przeciwnym razie, twoja postać zostanie uśmiercona", true, antyRelogWindow) guiSetVisible (antyRelogWindow,false) function wlaczOkienko() guiSetVisible (antyRelogWindow,true) end addEvent("wlaczInfo",true) addEventHandler ("wlaczInfo", getRootElement(), wlaczOkienko) function wylaczOkienko() guiSetVisible (antyRelogWindow,false) end addEvent("wylaczInfo",true) addEventHandler ("wylaczInfo", getRootElement(), wylaczOkienko)
  7. lubiekeppa

    Voice

    He saw someone, somewhere, voice chat on this server dayz? Because I do not see him here and there.
  8. Is there a command or script to load the recently uploaded to the server script and reload mtaserver.conf?
  9. It does not work, nothing happens. There is nothing to add to acl.xml?
  10. lubiekeppa

    Invisible

    Hello. How do I do that this script was available for the admin? Because now she can use any player. iv = 0 function toggleInvis( source ) if iv == 0 then iv = 1 setPlayerNametagShowing(source, false) setElementAlpha(source, 0) else iv = 0 setPlayerNametagShowing(source, true) setElementAlpha(source, 255) end end addCommandHandler ( "invisible", toggleInvis )
  11. lubiekeppa

    Reload

    There is a possibility of such changes to the file will do mtaserver.conf and reload this chemical but to not turn off the server through the panel on the website. How so, how to do it?There is a possibility of such changes to the file will do mtaserver.conf and reload this chemical but to not turn off the server through the panel on the website. How so, how to do it?
  12. lubiekeppa

    Animation

    Welcome. Somehow going to do to the server could not be dayz use animation in vehicles?
  13. How do dayz as in 0.4.5 to the day and the night was just like in the real world, and not, as in the dayz 0.5.1 that night becomes so suddenly?
  14. Help.It can some script that saves the vehicles and characters on the server dayz?
  15. lubiekeppa

    Help fast

    Welcome. I dayz server and wanting to ask how to reset the server so that players do not revoked? I mean that there was no backwater server?
  16. You can try this, but idk if it works. LINE NUMBER ON/OFF | EXPAND/CONTRACT | SELECT ALL addEventHandler("onPlayerDamage",root, function () p = source timer = setTimer( function () addEventHandler("onPlayerLogout",p, function () outputChatBox("You cannot logout for another "..getTimerDetails(timer) / 1000 .." seconds.",p,255,0,0) cancelEvent() end ) end, 1000, 1 ) end ) Help . It does not work. Someone will do it for me? Very you please.
  17. How do you know if there is such a feature?
  18. Welcome. I dayz server and have a problem. My server hosting rights violation because it exceeds the maximum cpu usage and the server shuts down. Is there a script that runs as a server off?
  19. So is it look like? GUIEditor_Window = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(0.2688,0.1967,0.5025,0.5367,"Wygląd Celownikow sniperskich ",true) guiSetVisible (GUIEditor_Window[1], false) GUIEditor_Label[1] = guiCreateLabel(99,29,244,20,"Kliknij na obrazek aby wybrac celownik sniperki",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[1],255,0,255) guiSetFont(GUIEditor_Label[1],"default-bold-small") default = guiCreateButton(18,274,96,39,"Standardowy wyglad celownika",false,GUIEditor_Window[1]) guiSetFont(default,"default-bold-small") close = guiCreateButton(298,274,92,39,"Zamknij",false,GUIEditor_Window[1]) guiSetFont(close,"default-bold-small") B1 = guiCreateButton(18,53,84,77,"",false,GUIEditor_Window[1]) BG1 = guiCreateStaticImage(7,5,70,63,"1/1.png",false,B1) B2 = guiCreateButton(112,53,84,77,"",false,GUIEditor_Window[1]) BG2 = guiCreateStaticImage(7,5,70,63,"2/2.png",false,B2) B3 = guiCreateButton(205,53,84,77,"",false,GUIEditor_Window[1]) BG3 = guiCreateStaticImage(7,5,70,63,"3/3.png",false,B3) B4 = guiCreateButton(299,53,84,77,"",false,GUIEditor_Window[1]) BG4 = guiCreateStaticImage(7,5,70,63,"4/4.png",false,B4) B5 = guiCreateButton(18,159,84,77,"",false,GUIEditor_Window[1]) BG5 = guiCreateStaticImage(7,5,70,63,"5/5.png",false,B5) B6 = guiCreateButton(113,159,84,77,"",false,GUIEditor_Window[1]) BG6 = guiCreateStaticImage(7,5,70,63,"6/6.png",false,B6) B7 = guiCreateButton(208,159,84,77,"",false,GUIEditor_Window[1]) BG7 = guiCreateStaticImage(7,5,70,63,"7/7.png",false,B7) B8 = guiCreateButton(300,159,84,77,"",false,GUIEditor_Window[1]) BG8 = guiCreateStaticImage(7,5,70,63,"8/8.png",false,B8) ---------- function open_window ( ) if guiGetVisible ( GUIEditor_Window[1] ) then showCursor ( false ) guiSetVisible ( GUIEditor_Window[1], false ) else guiSetVisible ( GUIEditor_Window[1], true ) showCursor ( true ) end end bindKey ( "F7", "down", open_window ) -------- addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == default then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == close then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == BG1 then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("1/sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == BG2 then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("2/sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == BG3 then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("3/sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == BG4 then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("4/sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == BG5 then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("5/sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == BG6 then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("6/sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == BG7 then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("7/sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if source == BG8 then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) destroyElement(txd) setTimer ( function() txd = engineLoadTXD("8/sniper.txd") engineImportTXD(txd, 358) end, 100, 1, true ) end end ) addEventHandler( "onClientResourceStart", resourceRoot, function ( startedRes ) outputChatBox(".::[Celowniki Sniperskie]::.",255,255,0,true) outputChatBox(".::[Aby otworzyc kliknij F7]::.",255,255,0,true) txd = engineLoadTXD("sniper.txd") engineImportTXD(txd, 358) end );
  20. I have a server dayz and whether it is something to do to animations such as sitting, lifting hands up, lie could not be used in vehicles?
  21. I want it appeared only once and not three.
×
×
  • Create New...