Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. disable new-mabako-services, or any other that use peds. then start zombies.
  2. i see this is just fixed original resource.. same idea, same editing method, same eveyrthing.. anyway, good job
  3. dont ask me maybe somebody knows the reason
  4. change last line to: addEventHandler("onClientGUIClick", quit, quitInternet,false)
  5. he is sharing stuff that isn't made by him.. "pirate" is a guy that steals software/mp3/any other copyrighted stuff..
  6. try doing something like: GUI_LevelUp["text"] = guiCreateLabel(1606,480,148,32,string.gsub(string.format(getLanguageText("CHARACTER", "LEVEL_UP_TEXT"), getElementData(getLocalPlayer(), "level")), "\\n", "\n"),false) i didnt test it, but maybe it will work i had same problem when i was scripting in another programming lang few days ago
  7. dzek (varez)

    Serial ban???

    stop thinking about it meh, thats all.
  8. can anyone ban this guy? https://community.multitheftauto.com/?p=resources ... ils&id=733 he keeps uploading carmods, and everytime just write his server IP. just advertise and illegal mods
  9. auto resize? this sux.. better to check dimensions and filesizes
  10. default vehicle value is 2.. if you found a server with highter value -> blame owner, not us..
  11. dzek (varez)

    Serial ban???

    yea, a lot of players want to do evil
  12. yea, i would like to see it, its "too late" for me to learn something from it, but i always wanted to see what have you done.. maybe i can help you a bit with this
  13. why doing so weird way, if theres event after race finish?
  14. dzek (varez)

    Markers

    The best way (less cpu consume): bluemarker = createMarker ( 4000, -460, 25, "corona", 3, 0, 0, 255, 255 ) -- blue redmarker = createMarker ( 4040, -460, 25, "corona", 3, 255, 0, 0, 255 ) -- red function MarkerHit(theElement) if (getElementType(theElement)=='ped') then if (source==bluemarker) then setPedGravity ( theElement, 0.008 ) elseif (source==redmarker) then setPedGravity ( theElement, 0.004 ) end end end addEventHandler( "onMarkerHit", bluemarker, MarkerHit ) addEventHandler( "onMarkerHit", redmarker, MarkerHit ) this will add handler only for that two markers, will help with errors/warnings in console when car or any other element than ped hit the marker.. you can also check if the element type is vehicle, and then get vehicle driver and others occupants,and set gravity for each of them
  15. GREAT!!!! You changed MODEL ID!!!! So 90% is YOURS! ... this was a BAD joke
  16. i dont like Satan's sig and Jason_Gregory's one - becouse of height. a little too big (especially Satan's one). And about the file sizes = yes, downloading 2MB on mobile phone makes my wallet bleeding (dunno how it looks everywhere else, but mobile connections here is average $0,10 for 100KB, one 2MB sig could cost .. $2 anyway, im on extremally low-priced plan, less than $0,01 for 100KB, and im blocking images, but i still dont like it ) but.., i think i havent seen 2MB sig here (yet)
  17. so.. how can i use it? its just hovering object on map? ;/
  18. wow, im wondering where he get this code.. its isnt his code for sure but this is serverside so it's not stolen. any green zones was released in community? try to make something by yourself.. if this were yours - you will have no problem with resizing or anything.. and you will get to know that if you will bother someday to check this sweet page: https://wiki.multitheftauto.com/
  19. dzek (varez)

    Markers

    use [lua] tags not you have 2 functions with same name!!
  20. dzek (varez)

    Serial ban???

    rumors.. if reinstalling can't help, how this "magic" can help? im against IP ban. not everyone have own IP. in some networks (very popular thing in poland, becouse internet here is slow and expensive) ppl share one IP. My network have over 30 ppl on one IP.
  21. there's nothing to fix! this is not a bug, but server option.
  22. ehh.. mta version os version what have you tried to do before asking here? have you read this: https://wiki.multitheftauto.com/wiki/Known_Issues_-_FAQ ?
×
×
  • Create New...