Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. is the path to txd file correct? is the txd file added to meta.xml? one of this = "no" answer
  2. i want to take 666 number
  3. this is not true. i had the player who downloaded some weird version from torrents. he was having trouble with gravity, or something like that, and it couldnt be fixed with replacing data files he was on 1.0.3
  4. dzek (varez)

    local server

    It's all written on the wiki btw. Just read carefully.
  5. i wasn't rude or something, sorry if you get my post this way.. that was just a simple question, i used to ask questions like that, becouse of a lot of .. weird people here.. they simply don't know what they want etc..
  6. gui bug is caused by fast pressing "esc" twice, you probably want to close one gui window with "esc", then realize your mistake, and press "esc" again -> tada, bug occurs.. to fix it install 1.0.4 beta: https://nightly.multitheftauto.com/
  7. dzek (varez)

    local server

    https://wiki.multitheftauto.com/wiki/Server_Manua ... nistrators
  8. you are too lazy to search? https://wiki.multitheftauto.com/wiki/Control_names
  9. https://community.multitheftauto.com/?p=resources ... ils&id=754 https://community.multitheftauto.com/?p=resources ... ils&id=753 https://community.multitheftauto.com/?p=resources ... ils&id=752 https://community.multitheftauto.com/?p=resources ... ils&id=751
  10. its replaced model thing, not the scripting or anything related to mta
  11. i appreciate your work, even if im far behind all of this guide content. good job!
  12. ???? maybe its better to use google translate? i cant uderstand it
  13. dude! there's no fuction like: driveAround or createWayPoint, or anything like that! As i said - you don't know basics of lua, and you want to make the hardest things.. all drivings are done by: setPedControlState you have to make own waypoints system, then check if ped is on its waypoint, if not turn left/right or slow down or... etc etc.. you have to check a lot of things and controll it all only with setPedControlState
  14. WHAT A LIE http://i44.tinypic.com/2ci9rva.png
  15. hes asking about IPL mapped gate.. kevin11 -- its impossible..
  16. 1: addEventHandler("onClientVehicleStartEnter", getLocalPlayer(), function() if (somethingToCheck) then -- something to check like : getting player pos, then isInsideRadarArea [you have to create radar area fisrt - look at wiki for more info], OR IsElementWithinColShape [you have to create colshape first], OR IsElementWithinMarker .... cancelEvent() end end) 2: peds/bots its more artificial intelligence than scripting.. if you dont know how to make your others problem, im pretty sure you cant do bot .. learn learn learn - https://wiki.multitheftauto.com/
  17. are you asking about scripting idea (which you should have known if you are good scripter) or about gameplay idea (so this topic should not belong to "Scripting" sub-forum)?
  18. and if your resource is stopped its ok? i think this is server configuration problem, not script.
  19. omg you are creating maps, scripts etc etc, and you dont know what resource is??!!??!! https://wiki.multitheftauto.com/ https://wiki.multitheftauto.com/wiki/Resources
  20. https://community.multitheftauto.com/?p=resources ... ils&id=747 https://community.multitheftauto.com/?p=resources ... ils&id=746
  21. alt+tab, then switch keyboard layout in windows, then get back to game.
  22. seems that account you try to log in dont have clothes saved and all values are nil do some debugging! like: local textur17 = getAccountData (playeraccount, "s.s-texture17" ) local mode0 = getAccountData (playeraccount, "s.s-model0" ) outputDebugString(textur17) outputDebugString(tostring(textur17)) -- you can see "nil" if this is really nil outputDebugString(mode0) outputDebugString(tostring(mode0)) -- or boolean values (true/false)
  23. f8 login your_login your_pass start your_resource
×
×
  • Create New...