Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. its something like: i dont know russian too
  2. karlis gave you an advice.. read about triggerServerEvent in wiki
  3. I have posted this on several websites and recieved these messages, this was my first creation in VB and it saves navigating to websites and opening command prompt to go on ipconfig. 1. i think most ppl have their browser running all the time 2. creating a batch file: @ipconfig /all @pause and running it from desktop like your app its easier 3. .NET is VERY UGLY thing (and VisualBasic too).. better don't stick with it.. 4. that's all i wanted to say
  4. dzek (varez)

    Help

    https://forum.multitheftauto.com/viewtop ... es#p305949 this will work for sure.. create new file, name it like: zombie_cash.lua put that code from above link into that file add it to meta xml at the end (just before : and restart zombie resource
  5. try 1.0.4. nightly build? https://nightly.multitheftauto.com
  6. dzek (varez)

    Help

    new gta3.img can't help you.. !! BUT !! Why don't you just reinstall GTA:SA?
  7. run mta-server.exe then connect to it then in console (server console, not game console) type "start editor" ps. DO NOT PRESS "TEST"! It will crash editor.
  8. well, i learned from wiki examples and from resources from community.multitheftauto.com ^^ learning from client-side only scripts isnt best idea
  9. don't use givePlayerMoney or takePlayerMoney or setPlayerMoney on client-side at all !
  10. the best thing is that after you hit the car change pickup it will change your color to random anyway
  11. im getting float from database.. its 4.0 for example then im triggering client event and sending that value on client im doing tostring and putting in into grid ceil ... and it is like 4.0000003 the question is: WHY?
  12. hmm, okay, ill do that yea, even my bank account pass is less than 20
  13. i know they can decompile.. im protecting my scripts in another ways too.. how can i run script without saving it to hdd? edit: ohh.. eval?
  14. omg teach yourself how top script.. this doesnt make sense
  15. first register with /register username password then login with /login username password edit: you dont know about the accounts, and you want to make rpg gamemode?
  16. but its possible to set more via console, or my login gui.. and im thinking how much chars should i set in mysql database in varchar column
  17. - compressing maps when sending them to players at connect.. now my maps are 1.05MB, and with compression it will be around 200KB i think.. - compiling client-side scripts before sending them to players (im protecting my scripts, and its boring to re-compile them every update, and having another meta.xml for server, and another for local server (so i can easly open script editor, but then i have to copy it, compile, change name, and send to the server) [this should have something like compile="false" available in meta.xml (and "true" should be default (i think)), so i can send my readme.lua (just comment) to players.]
  18. what you got after screen -r mtaserver (after running it with screen ofc) ?
  19. yea, there's a way - script editing..
  20. okay, i think i will have to test it by myself ... and my question should be: is there length limit, and if it is, how much chars i can set as login?
  21. install older maybe? sometimes it help..
  22. read the resource description! there's all, including your black-screen problem
  23. Hi is there any limit for login length?
  24. maybe your script doesn't spawn you?
×
×
  • Create New...