Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. dzek (varez)

    FPS problem

    You mean 6 months, 15 days, 2 hours and 10 minutes? okay, im totally blind now i know it.. i'm very sorry Zsembi for saying that
  2. this is not a problem ive got it installed on D: partition too
  3. to the author of topic: after you make the opening/close function - just use bindKey function (click on bindKey above to see on wiki how it works)
  4. dzek (varez)

    FPS problem

    dont be sorry for bumping, just dont do it after 3 hours ;/ disable all applications you dont need while playing, update (or sometimes downgrade! as newer != better sometimes) your graphic card drivers
  5. just use this once ps. it never worked for me.. blur level hasn't been changed
  6. put your lua code into tags! [ lua] [ /lua] -- isn't this guiSetVisible(OpenStatusWindow,true) -- should be: guiSetVisible(GUIEditor_Window[1], true) your gui element isn't called OpenStatusWindow -- this is your function name.. next time post whole code, not random parts.. and put them into lua tags
  7. initial gamemode should be ... "play" (without freeroam) ofc modified "play"
  8. https://community.multitheftauto.com/ check this.. there was one rpg script there.. you your server will be just another server with same scripts.. if you want unique server, make scripts by urself
  9. dzek (varez)

    Bikeskill

    hope this isn't overwritten with zero values every map, so you have to do "restart defaultstats" only once
  10. You mean by if i was hosting i could do it? yes
  11. server console/admin -> aexec playername say blablabla im not sure if "say" is working, but "nick" is
  12. dzek (varez)

    Bikeskill

    do "restart defaultstats" ^^
  13. hehe,sorry but it sounds like that so much i know what i said! i started computer programming when i was like 7-8.. I was never interested only in playing games, i got totally bored with playing few years ago, and im making the server .. because i like to.. I started with modding vc too.. I wrote some single player missions, i was doing a 3d modelling.. Every day im working as webdeveloper. I'm a perfectionist too. The only thing i never tried on pc is the 3d animation (i got bored with 3d fast).. And now i'm 21, and this is like over 10 years with pc, with programming in over 10 languages, with movie/audio edit, 3d modelling, mapping, 'hacking' games with hex editor (i mean not changing values like from 5 to 100, i edited some old platform game, and totally changed the map, and in all that random chars i found out how all 'scripting' is working [it was like 40bytes blocks, describing the behaviour of game elements, and interferation with each other].. After all, it have to validate in internal ingame validation) .. Sorry for so long description, but i had to:D now you can say that i'm boasting but you can't say that i don't know what i'm talking about.. Btw: all my scripting to vc, my 3d work, everything was damaged in hdd failure 2 years ago
  14. lol only when you have mta server on your own machine.. i'd rather say: http://[ip]:[port]/ but hey, the problem is solved!
  15. do a clean install, install mta again to another folder, and try to running server from there (without modding any files).. and stop your firewall, antivirus, close skype (if you have it), and any other applications you dont rly need
  16. you want to limit to 2MB/s ? (MB = megabyte, 2Mb = megabites) you can set limitation on router if you have one.. or on good firewall (if you have one).. im not 100% sure, but 99%, you cant do that in mta.. even Apache http server needs an extension for limiting speed, so i think small internal http server in mta do not have this
  17. really cool, because your maps look like a lot of fun. there are only very few people who are able to successfully put mapping and scripting skills into one awesome piece of work yea, i wanna it too, even i dont have any dd/dm server its very rare to see scripted map indeed after few months im gonna start dd/dm srv (after i get done with freeroam one) and i'll do lot of scripted maps too
  18. stop writing like a kid (all that "shortcuts", and pokemon-style, use interpunction). if you got an error, write WHOLE error message (no "i got an error 0xeeee something like that" - it tell us NOTHING!) do a screenshot.. tell us exactly what's wrong.. then we can try to help you. about double post, instead of saying "sorry" better hit "EDIT" button.
  19. dzek (varez)

    Objects

    hmm, i think you can run single-player map editor, load the part you need, and check what object is near that object you need
  20. DarkDragon he has stolen clientside script.. https://forum.multitheftauto.com/viewtop ... 91&t=27260 i know where that script is online, i just forgot the name of that srv and for you COOKIE2: you want stats script.. you are too lazy/whatever to learn.. you have already created 3 topics about that .. so maybe prepare some cash and make an offer (warning: before you will try to cheat somebody with payment, remember - first cash, then script)? and stop trying to STEAL SOMEBODY'S HARD WORK! stop lying that you have written THAT MUCH of gui, and you don't know anything events/server side script. and stop posting about same "problem" over and over. and for your information: the serverside script that is missing should be LONGER that clientside.. you can't make it i think.. and nobody will give it to you..
  21. im against car mods too.. even if somebody rly create one
  22. disable firewalls and antivirus software some of them are blocking MTA, becouse it is injecting the code into another application (GTA) so after update of firewall/AV one of them could start to block MTA
  23. so these resources simply sucks.. i installed one of them some time ago.. (login, i choosed another welcome window) i removed them as fast as possible.. you can't find good login resource on the community, i tried them all..
  24. function my_saving_function(arg, arg2, arg3) -- your saving stuff end setTimer(my_saving_function, 1000*60*5, 0, argument1, argument2, argument3) -- and so on 1000*60*5 ==> 1000ms = 1sec 1sec*60 = 1min 1min*5 = 5min
  25. debug debug debug! put some outputDebugString, run "debugscript 3" in client console, do something
×
×
  • Create New...