Jump to content

lubiekeppa

Members
  • Posts

    38
  • Joined

  • Last visited

lubiekeppa's Achievements

Rat

Rat (9/54)

0

Reputation

  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?
×
×
  • Create New...