Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. did you download it and copied to this path i mentioned in topic from my last topic?
  2. viewtopic.php?f=106&t=26310&p=301814&hilit=libsqlite3#p301814
  3. wow, i was able to see "main page" for resource, but cant see comments etc - you had to remove it just when i was browsing it
  4. Gothem - stolen resource is broken - no way to download, see comments or whatever.
  5. what does nothing. show us full code (with debug code)
  6. Wrong section. Read stickies in new section - it have full step-by-step tutorial.
  7. I think - you Castillo = Castle
  8. Same wallpaper but different color - cool idea! Have to do something like that.. I'll (finally) post mine's when i get back home. Why your image is scaled down (even after enlarging)?
  9. dzek killed Ransom (BIG CAPITAL LETTER FALLING FROM THE SKY)
  10. 192.168.X.X is local ip - visible only on your LOCAL network, not visible from internet. Your global ip - http://whatismyip.com/ post your mtaserver.conf file pls
  11. try: http://www.upload.ee/files/865894/edito ... n.rar.html
  12. dzek (varez)

    FPS is only 2?

    remove d3d9.dll from GTA directory, update DirectX, and update video graphic drivers.
  13. disable all firewalls. after doing this properly - it should work.
  14. we dont have anything simplier than wiki - if you are having problems on some step - tell us what are you doing and what do you don't understand
  15. you can use Roller Coaster Generator instead - its simplier..
  16. go into your resource folder (like: "my cool race map") there will be a map file (like: mycoolrace.map) by default map files aren't handled by anything in system so when you do double click on it - windows should ask which program you want to open it - choose notepad. then follow instructions from link i gave you. same for meta.xml file
  17. "play" resource is having spawn point saved.
  18. try this ofc don't set "race" if this is not a race map. also map editor seems not showing maps that have in meta.xml something else that "map" in type attribute
  19. can you post xml? -- try: local xmlFile = xmlLoadFile("Spawns.xml") outputDebugString("loading of xml: "..tostring(xmlFile)) -- to check if xml loading is ok. and you didn't reply to my questions
  20. -- it have nothing to do with sql anymore local vehicle = getPedOccupiedVehicle( player ) if vehicle then local data = vehicles[ vehicle ] if data then if data.impounded == 0 then elseif data.impounded == 1 then else -- error end end i dont know what is in your vehicles variable. it's very hard to find errors in your code with only part of it, and when it's so big, and we can't test it anyway. i need to spend sometimes 10 minutes trying to understand what it should do. maybe it's time to learn debugging? it will help you many times. it's much faster to do a little debug than waiting days for reply that can't even come at all.. read especially 3.2 and 3.3 part of that wiki page.
  21. isn't it clear? children element is not found post your xml file. is doing xmlLoadFile needed every respawn? maybe do it once on resource start if possible.. are you writing something somewhere to this xml?
×
×
  • Create New...