Jump to content

_Vodka_

Members
  • Posts

    85
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

_Vodka_'s Achievements

Transformer

Transformer (11/54)

0

Reputation

  1. Obrigado, felizmente eu tinha uma copia da ACL para caso de emergência, agora o servidor carrega normalmente
  2. Antes de mais, boas a todos, venho aqui porque tenho um problema ao iniciar o meu servidor, a dois dias atrás o mesmo não se passava até que tentei inicia-lo hoje e deu me um erro que poderão ver na foto a baixo (clicar no link que mostrara a imgem): http://prntscr.com/7jirlw Preciso de ajuda para resolver este problema, obrigado aqueles que puderem ajudar.
  3. Next time you could use the search at the community´ This should do what you are asking for: https://community.multitheftauto.com/ind ... ls&id=9649
  4. Wow, really.. good job, never saw something like that in a DayZ server, keep up the good work!
  5. It's a mystery lol, but I'll tell you. There's a construction building near by Glen Park, and if you go right in the middle of it, you would see a box. Just stand in front of that, and get the vaccine. Thanks for the support! Sorry for the late Reply, didn't had much time to come, so thanks for the reply, and continue the good work.
  6. Well i have a question, i was playing around with a friend of mine and i realized that i couldn't find the "vaccine", so where is it exactly?, thanks, and once again good work.
  7. _Vodka_

    Zombie Stats

    Well, for the pics of the resource, it look's good, so keep up the good work @MHS.
  8. It look's good, continue the good work. **testing this at my local**
  9. Good Job, keep up the good work.
  10. Obrigado DNL ajudou, mas tive de mudar os valores de "999" para "1000" e funcionou, ja estive a testar umas armas e funcionaram perfeitamente, amanha testarei as restantes armas, mais uma vez obrigado DNL e Xeon.
  11. Acabei de mudar o "player" para "source" mas continua igual, o jogador ao entrar e quando compra uma arma os stat estão a "0" quando deveria estar a "1000", e tambem ja tentei ao fazer login atraves do chat "/login nome pass" mas tambem não funciona..
  12. Bem antes de tudo boas a todos. Então eu tentei criar um script em que, um jogador ao entrar no servidor, os seus stats iriam ficar automaticamente a "1000" mas algo parece, não esta a funcionar.. então vim aqui a procura de ajuda, obg aos que tentarem ajudar. addEventHandler("onPlayerJoin",root, function(player) setPedStat ( player, 70, 1000 ) setPedStat ( player, 71, 1000 ) setPedStat ( player, 72, 1000 ) setPedStat ( player, 74, 1000 ) setPedStat ( player, 76, 1000 ) setPedStat ( player, 77, 1000 ) setPedStat ( player, 78, 1000 ) setPedStat ( player, 79, 1000 ) end )
  13. Tente isto (não foi testado) e tambem não sou o melhor scripter (ainda aprendendo ) addEventHandler( 'onClientResourceStart', resourceRoot, function bindHoron(_,state,veh) local veh = getPedOccupiedVehicle(localPlayer) local x,y,z = getElementPosition(veh) if isElement(veh) then if ( state == "down" ) then local sound = playSound3D ("som.mp3",x,y,z, true) setSoundMaxDistance( uSound, 100 ) attachElements (sound,veh) elseif ( state == "up" ) then if isElement( sound ) then stopSound( sound ) end end end end ) bindKey("7", "down", bindHoron) bindKey("7", "up",bindHoron) O que substitui: sound = playSound3D ("som.mp3",x,y,z) para local sound = playSound3D ("som.mp3",x,y,z, true) e setSoundMinDistance(sound,1.0) setSoundMaxDistance(sound, 100) para setSoundMaxDistance( uSound, 100 ) Também veja isto que pode o ajudar: https://wiki.multitheftauto.com/wiki/PlaySound3D
  14. I will test this right now, and continue like that =) Good job =)
×
×
  • Create New...