Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. just turn off the server, remove what you dont need, and thats all..
  2. you had to set it to boolean somewhere maybe you are doing something like some_value_that_you_expect_to_be_integer = someFunctionReturningIntegerOrFalseOnFailure(some_argument_causing_function_to_return_false) -- then setElementData(source, "wwacc.timesSpawned", some_value_that_you_expect_to_be_integer) try to output value every time you read and set it (it's called debug ;p)
  3. DEFCON1, post some screenshots, im curious how it will look without LOD models, and with max distance 500
  4. yes, but if I would ever need screen recording other than roaming in windows i will use method described above. fraps is pain for the fps
  5. possible but you need a lot of knowledge (really, A LOT). nobody will make it for you, if you want to ask
  6. dzek (varez)

    Send me Error: (

    WTF? There is no single English word here
  7. loler, if you can't read, don't try to, because your results are bad.. ginco - there's no way to change handling yet, it will be available in MTA 1.1 version..
  8. hell, wait.. you know anything about mysql? sqlresult = mysql_query(handler, "SELECT Password from Account WHERE Username=" .. enteredUsername) -- so example query will be -- SELECT Password from Account WHERE Username=bla -- you have to put your username in single quotes -> ' -- and read about MySQL Injection - your code is vurnelable to SQL Injections !!!!!!!!! -- more: -- [url=https://wiki.multitheftauto.com/wiki/Modules/MTA-MySQL/mysql_escape_string]https://wiki.multitheftauto.com/wiki/Modules/MTA- ... ape_string[/url]
  9. Your question is too.. general.. So my answer could be also only general: Get data from mysql: https://wiki.multitheftauto.com/wiki/Modules/MTA- ... etch_assoc pass the data to client with triggerClientEvent -- click it for wiki page and use GUI functions to display https://wiki.multitheftauto.com/wiki/Client_Scrip ... _functions
  10. another nice option (and its not slowing down host computer): you need 2 computers, one with TV card, and 2nd with at least two video outputs (to connect more than one monitor). then connect 2nd output to TV card, set cloning mode, and record the video on 2nd computer
  11. if sqlresult then mysql_free_result(sqlresult) end result = mysql_fetch_field(sqlresult) so first, you are freeing/destroying it, THEN you want to read it.. nice.. btw: mysql_fetch_assoc -- much better -- see: [url=https://wiki.multitheftauto.com/wiki/Modules/MTA-MySQL/mysql_fetch_assoc]https://wiki.multitheftauto.com/wiki/Modules/MTA- ... etch_assoc[/url]
  12. i just hit the keyboard with my head.. somebody, please tell him WHY.. I can't, i just can't stand it..
  13. DO NOT EDIT POST AFTER SOMEBODY REPLY! addEventHandler("onVehicleEnter", getRootElement(), function() setVehicleDamageProof(source,true) end)
  14. can mta/gta use more than one core? i dont think so..
  15. post count doesnt equal the knowledge and/or intelligence..
  16. But it looks like it is.. outputChatBox(tostring(getElementData(source, "wwacc.timesSpawned")) -- test it
  17. yea, its better to search and think (okay, that was a joke in your case) for 20 minutes, than posting yet-another-simple-problem here
  18. he wants to disable mouse use without showing cursor - in other words.
  19. post your code or leave.. dude! we cant do telepathy, let us see what have you messed up
  20. don't ask a question. thank you
  21. i tried one of 1.0.4 version and it worked. try another build of 1.0.4 - they can, but not have to work correctly.. they are updated regularly
  22. while you are PLAYING they are still invisible? maybe you set INTERIOR to them? set it to "0".. try top open map file with notpad - there's interior attribute in the main xml node (probably can't remember)
  23. dzek (varez)

    Leader

    i think the idea is to make jobs/characters class (i dont know how its called), each have one player who is leader of that group, and the leader have specific skin and vehicle.. but im not sure about it
×
×
  • Create New...