Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. all things that need to be synced should be done server side, and all things that no need to be synced - clientside. note that not all functions available client-side are avaiable server-side and vice versa
  2. https://wiki.multitheftauto.com/ has answer to all your questions
  3. 1st thing: why you are doing something like admin if theres already ACL etc?
  4. this is working.. nope,ive tested it
  5. nah, this wasn't about his actual problem that was just advice, becouse when you get a parametr from command it's string ? so givePlayerMoney(player, some_string_variable) could fail, right? i'm not sure about this, but its better to make tonumber when you are working with numbers
  6. dude! copy the script! don't post screenshots! and.. tell as which line is the 123 line that causing problem edit: and do rrr = tonumber(rrr) as the first line in your function edit2: and dont name your variables like that asm, rrr = this cant tell you anything name = getPlayerFromName(asm) this isnt nice too, "name" suggest a string, not a player element.. better name it: targetPlayer
  7. trashcan problem is common problem.. try to uninstall mta, remove all its files after uninstall (some will stay on your HDD for sure), then install again.. should be ok now, if not, just ignore it, leave it as trashcans, on the race this will be replaced with nos
  8. http://en.wikipedia.org/wiki/Punctuation switch to your language, read, and **use this**!
  9. dzek (varez)

    Having an Issue

    Overwrite your data files with this. https://community.multitheftauto.com/data.zip Extract in [GTA San Andreas install folder]/DATA (overwrite all files) and try again to manually connect
  10. oh, sorry about the SS ;/ I didnt saw that it cut the right-click menu from the image correct link: http://i42.tinypic.com/xdg1l.png
  11. uhm.. if you do "setAccountData" its safe to crash the server after it..
  12. I want to quote 50p first: and for you, screenshot: http://i42.tinypic.com/2ng4lqd.png
  13. stop the server before editing acl, server overwrites it while running
  14. dzek (varez)

    Having an Issue

    could you connect manually? try doing "connect vps.metal.info 22003" in console (F8)
  15. dzek (varez)

    Having an Issue

    check your firewall setting and antivirus.. disable them all before running mta..
  16. then get Eclipse, configure it, add some definitions, and i will just amaze you good luck, and send me your configuration after
  17. it should work for map files.. BUT.. you are probably 1st setting it explodable, then loading a map (new cars, not set!) i dont see a point of checking if it false and setting to true.. after setting all to true.. it will be just the same, without "if"
  18. event onVehicleDamage + explode on Damage ? something like that? as i think i dont get your idea
  19. in some apps you can add custom functions definitions.. but rly, stick with 50p's editor, its not that bad
  20. get an fixed exe from gamecopyworld.com (you are allowed to do if you have original copy)
  21. probably becouse they are busy with making new versions of mta? the one by 50p is rly good. if you dont like it, get Eclipse + download and install some extenstions/plugins for Lua.. if this is too hard, open google and type "lua editor"
×
×
  • Create New...