Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. search, its all on https://wiki.multitheftauto.com/ Your question will be unanswered if left in this shape
  2. dzek (varez)

    Hackers (again)

    meh, go kill yourself, you will raise average IQ by 50 ..
  3. your syntax is totally wrong! if's without end "then" almost on every line. wtf, dude.. get back to basics. https://wiki.multitheftauto.com/
  4. lol, i know where are public scripts. maybe this is what you need? https://community.multitheftauto.com/index.html?p ... ils&id=612 if not, you have to write it by yourself
  5. sqlite browser can do that.. or do: UPDATE table_name SET column_name=0 replace table_name with the name of your table and column_name with the name of money column
  6. try to test it, f5 should do that.. when test is started your map is copied to "editor_test" resource - you can manually copy map from there and read this: https://forum.multitheftauto.com/viewtop ... 94&t=27678
  7. hmm, you told that its ok on single gta.. but im almost sure that it dont work fine on single too.. unless you have very expensive keyboard - you cant press too much keys at once
  8. dzek (varez)

    Server problem

    uhm, i bet its your connection problem, maybe firewall,maybe router, maybe isp, maybe something else.. but you can use http://game-monitor.com/ to choose servers too
  9. same way as on server "not-from-the-hosting" https://wiki.multitheftauto.com/wiki/Server_Manua ... nistrators
  10. oh, i forgot that timesToExecute isnt optional (defaulting to 0)
  11. dzek (varez)

    message

    startover with lua learning.. check wiki and robhol's guide
  12. only thing you "get" is the 100% made by me script.. Im pretty sure you still dont get the idea about programming
  13. -- client setTimer(function() local veh = getPedOccupiedVehicle(getLocalPlayer()) if (veh) then if (isElementInWater(veh)) then triggerServerEvent("killMe", getLocalPlayer()) end elseif (isElementInWater(getLocalPlayer())) then triggerServerEvent("killMe", getLocalPlayer()) end end, 500) -- server addEvent("killMe", true) addEventHandler("killMe", getRootElement(), function() killPed(source) end)
  14. no, only way is to retexture the object, or put a billboard on that wall, and change the billboard or something.
  15. i know 50p, but im ALMOST sure that he wasnt mean to change radar textures
  16. changing wall texture is possible
  17. once again - YOU ARE NOT ASKING FOR HELP. You are asking for make us WHOLE JOB for you. Thats TOO MUCH.
  18. it wont remove the resource anyway, and i dont think that its safe to remove map file from race res.. About ftp: Download maps to your computer, remove not needed ones, upload back Or just use better software to connect to ftp.. WinSCP, even crappy total commander - should have searching included
  19. use advanced searching in windows to find resource with your map..
  20. i think (too lazy to use google translate) he want to help him via pm.. nice, loler wants to help somebody, that will be good
  21. very complicated, but possible. i was thinking about it a lot, when i had own server
  22. this is a request. this is not request forum. this is help forum.
×
×
  • Create New...