Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. use MTA 1.0 editor maybe? or google for solution for MTA Race, i saw on one site very nice tutorial how to run it
  2. Im wondering how i can update script in community.. i dont want to do it, but i dont see that option anyway.. in main rasource page i can: read comments, download newest version, upload pictures, edit resource, see changelog.. on resource edit i can: edit description, see changelog, and remove version (or changelog? anyway, theres "remove" link, near 1.0.0 version) edit (add,remove) owners of script.. so? wheres the missing option of updating it? how can i set it private for example? etc?
  3. /nick #ff0000kevin11 will do the job..
  4. dont use capital when saying my name dunno why, but i want it to be "varez" not "Varez".. you want to do something like trucking/from A to B mission?
  5. anyway: 1. no need for another topic 2. you don't want to learn anything, am i right? you didnt make anything in lua. we are always doing the job for you.. this forum is for helping, not doing others job. have you ever open wiki.multitheftauto.com? lua editor? try to make anything?
  6. dzek (varez)

    Mesage

    we all hate BIG letters.. so i think YOU should use small ones.. and im totally agree with Gamesnert
  7. https://forum.multitheftauto.com/viewtop ... 51&start=0
  8. dzek (varez)

    Serial ban???

    yea, and buying new "something" just to get banned again.. that's lame
  9. this wont destroy vehicle, as you created local value, and if 2 players start the mission, it will be one big fail, as you share global variable "my" and blip, etc etc.. and player can just leave vehicle and go to the marker on foot.. or destroy his car.. even die.. etc etc.. good luck anyway
  10. post your code then, so we can look into your problem.. and what is PlayerElementData ? getElementData/setElementData i think.. i think you have to learn lua more before you will start with databases
  11. hmm.. theres a way to get around this.. as i see a lot of players named like: [server_short_tag]Guest[randomNumber] like: GcgGuest18 GcgGuest70 and i dont think that players are named like that by themselves .. and well, its possible to save somebodys nick with colortag,or whatever, but its working only on one server kevin, but i think its what you need.
  12. dude!! this is 3rd or something topic about the same problem.. and for 2 scripts you said that it was working, then after 2 days you are creating new topic about that problem, that was fixed.. whats wrong with you? https://forum.multitheftauto.com/viewtop ... 7&start=15 and sorry, if you dont know how to implement WORKING examples into your scripts, better try to read something https://wiki.multitheftauto.com/
  13. @robhol: google translate says: "my wife" my new: Trzeba być trochę podobnym, by się rozumieć i nieco różnym, by się kochać. translation: You have to be a bit similiar to understand each other, and a bit different to love each other.
  14. okay, you beat everything with this mine: Piotr
  15. whats wrong with new steam? i like it
  16. --Clientsite: function RegisterMYSQL() mysql_query("SELECT * FROM `benutzertabelle` WHERE `Serial`='"..getElementData(getLocalPlayer(),"PlayerSerial").."'") you can't do mysql queries CLIENTSIDE! mysql_connect("127.0.0.1","Samp-Server","****","Sa-Mp Datenbank"); i dont think that database name can use spaces (not sure about "-") in names.. and.. you have created these databases and tables? you have mysql server installed? mysql extension?
  17. http://ranking.pl/pl/rankings/screen-resolutions.html
  18. whops, infinite loop .. but it worked for me anyway -- editBox is your gui element addEventHandler("onClientGUIChanged", editBox, function(element) local txt = guiGetText(element) local new_txt = string.gsub(txt, "[^0-9]", "") if (new_txt ~= txt ) then guiSetText(element, new_txt) end end) fixed and tested
  19. ecrypting 2-4 lines of code, copied from wiki probably?? for what? Its a mod for his server. There are a lot of noob server owners that go through their mods folder, and copy stuff anyway. you want to say that he made that MODEL, and its only his? well,hard to belive
  20. Then what ? I mean when i finish with a Building i want , whats the next step to add it , so i can use it on MTA : p search on forums, or google it .... ;|
  21. very strange.. walking in first person, and aiming in third person
×
×
  • Create New...