Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. I'm trying to report all of these there: viewtopic.php?f=108&t=25351&start=0 But nothing is happening anyway (two or my stolen scripts, with credits ripped off are still available, and download count of stolen one is HUGE) PS. Mods (or better - owners) of community - I'm offering to rewrite the community script to make it easier to manage. For free ofc. Just let me know if you are interested.
  2. not a "racist" but a hater of samp players that is only using mta tools, then converting it like 10 times, then importing to samp, because they are too lazy to write own map editor and other cool stuff.
  3. ask generator creator why its not working when it should? im debugging it now, i'll post debug code, so you will be able to find the error (and learn to debug by urself) edit: the funny thing is that it's actually WORKING. Probably this is only a part of your file, and you just have a syntax error somewhere else, which makes whole script to not working..
  4. function isColorCode(str) if (string.find(str, "^#[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]$")) return true return false end function isContainingColorCode(str) if (string.find(str, "#[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]")) return true return false end function isBeginningWithColorCode(str) if (string.find(str, "^#[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]")) return true return false end examples: isColorCode("#ff00ff is cool color") -- false isColorCode("#ff0000") -- true isColorCode("i like this color: #00ff00") -- false isContainingColorCode("#ff00ff is cool color") -- true isContainingColorCode("#ff0000") -- true isContainingColorCode("i like this color: #00ff00") -- true isBeginningWithColorCode("#ff00ff is cool color") -- true isBeginningWithColorCode("#ff0000") -- true isBeginningWithColorCode("i like this color: #00ff00") -- false btw: i have written this thing, but not tested it
  5. dzek (varez)

    Error Mta

    ctrl+c/ctrl+v dont makes your thanks more sincere..
  6. not all maps in this section are available to download.
  7. txd workshop. search google - you can find tutorials how to use it. you can take a peek into zombies resource if you want to know how to replace skins. (i assume you mean peds textures)
  8. dzek (varez)

    Error Start

    yea, my first suggestion on this page..
  9. open map editor - there is category called something like "doors, gates etc"
  10. Timic! I told you if you don't know what somebody is talking about - don't reply, you are confusing others with false replies. CJ clothes can't be replaced. (and this topic is about that problem) peds textures can be replaced. peds models can't be replaced.
  11. and who told you recursion is slow thing?
  12. probably he dont know it, so its nice to tell it to him
  13. remember that login is CASE-SENSETIVE!
  14. if you dont have admin - then something IS NOT right. dunno what, be sure to have admin resource started, then register account using: /register your_login your_pass then shutdown the server and edit acl in the way showed in link ive sent you. post your acl if you still having problems
  15. its easier with recursion, why you want it w/out?
  16. if you are replacing object - you need to replace EXISTING object. So if you are gonna to replace object ie. 14000 just put there 14000
  17. you can use my moving objects helper: https://community.multitheftauto.com/index.php?p= ... ils&id=809
  18. place your bets and win! When MTA 1.1 will be released?
  19. Thanks Ransom for this beautiful V. I don't know what to say..
  20. nice bump, but the record is 4 years bump, so hard to beat, huh?
  21. I READ ABOUT THIS, NEVER THOUGHT I SHOULD CELEBRATE IT ANYWAY
×
×
  • Create New...