Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. kevin11, you still dont have the slightest idea about scripting. wtf is that? tonumber(22011) or specyfing ip argument without quotes.. omg
  2. read this: https://wiki.multitheftauto.com/wiki/Server_Manual
  3. you could try some teleports scripts from https://community.multitheftauto.com/
  4. one question - is your mta running smoothly on full hd? what specs do you have?
  5. try not to overwrite old mta, but install to new location
  6. i got his idea. addEventHandler("onClientPedDamage", getLocalPlayer(), function() local hp = getElementHealth(source) if (hp >= 170) then -- change to and create image 1 (full hp) elseif (hp < 170 and >= 140) then -- image 2 elseif (hp < 140 and >= 110) then -- image 3 elseif (hp < 110 and >= 80) then -- image 4 elseif (hp < 80 and >= 50) then -- image 5 elseif (hp < 50 and >= 20) then -- image 6 elseif (hp < 20) then -- almost dying player image end end) addEventHandler("onClientPlayerSpawn", getLocalPlayer(), function() -- change to full HP image end) addEventHandler("onClientPedWasted", getLocalPlayer(), function() -- change to dead player image end) for creating images use: my_image = guiCreateStaticImage(arguments,goes,here,...) for changing image use: guiStaticImageLoadImage(check_wiki,to_see_arguments_list)
  7. dzek (varez)

    snip

    https://forum.multitheftauto.com/viewtop ... 91&t=26541 and.. how could could know if you can trust me? i'm curious
  8. source == repair what is repair?
  9. There is no turn off the HUD radar (is Power ON HUD radar) maybe something is turning it on? or maybe you messed something up? put just this ONE line, nothing more as client-side..
  10. just put this client-side: showPlayerHudComponent("radar", false)
  11. google translate uses punctation as well - if your ORIGINAL text is correctly written - your translated text will be more precise. explain your problem using different words btw: you know anything about LUA?
  12. my hud is ok, when im using "widescreen" mode ..
  13. http://en.wikipedia.org/wiki/Punctuation or your native http://pl.wikipedia.org/wiki/Interpunkcja you are too lazy to use it, im too lazy to answer right now, maybe later ;p
  14. the map we can see on the screenshot. im too busy right now to find it, later
  15. cause wiki contains all info you need
  16. dzek (varez)

    Help please

    and if you setup local server it happens too? what you tried to fix it?
  17. Weird, can zombies have kids? Or did it have the kid before becoming a zombie? haha, i think 2nd one but well, who really knows? i didnt see any movie about this problem ;p
  18. and calling it this way is not working too? http://login:[email protected]/
  19. using some dx functions you are able to redraw all gui to vc gui if you dont know scripting i have a bad news for you - this isnt one magic button.
  20. uhm, i could send you a map with normal colors, this one, used on a lot of sites and servers - have a bit broken colors, you see it?
  21. what you mean by "change"? what exactly you need? something like that? https://community.multitheftauto.com/index.html?p ... ils&id=807
  22. why there are 2 platforms? it should work this way? smashing cars?
×
×
  • Create New...