Jump to content

dzek (varez)

Retired Staff
  • Posts

    4,144
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by dzek (varez)

  1. i think this suggestion is already requested, probably just after mta started to support custom models and textures.. check http://bugs.mtasa.com and click roadmap link
  2. check what first mysql_query is returning. I don't remember how to get error of query in mta but the query is invalid. also you should create table once, so CREATE TABLE IF NOT EXISTS will be better. I suggest you to get back to mysql manual. your table logic isn't good one to. columns like "won" should be int i think. summary: read manual, re-think that again and rewrite from scratch
  3. if nobody will help you ill rewrite it tommorow. im too sleepy now
  4. dzek (varez)

    Problem

    oh, i didnt noticed this..
  5. lol? you are never use isStringContainingBadWords function to check if message is containing bad words from the list o_O
  6. first: you should always tell us EXACT error. second: you are right, i was wrong, just didnt read carefully - and this is caused because you wont tell its triggering any error third: ill try it now edit: http://upload.dzek.metal.info/pliki/test.rar its working
  7. onPlayerChat event setPlayerMuted outputChatBox setTimer (to unmute player after some time) snippet (pass chat box text to this function to check if it contains bad words): bad_words = { "pus-y", "fu-k" } function isStringContainingBadWords(txt) for key,val in pairs(bad_words) do if (string.find(txt,val)) then return true end end return false end
  8. i can rewrite the community (will take about 2 weeks) - you can give me sources + db dump + files already uploaded (so users and files will stay untouched) and ill take care of it. also you can list all features needed. layout will stay unchanged as im not graphic designer but programmer.
  9. read more wiki. source of onPlayerPickupHit event is PICKUP. and you are trying to trigger client event on PICKUP.
  10. i dont understand you.. explain it with better english..
  11. linux or windows? edit: sorry, didnt read, i have this on my external hdd afair, im not at home now, ill search when i get back home
  12. dzek (varez)

    Hunter Top

    download it with right click->save target as, dont click the link
  13. dzek (varez)

    Hunter Top

    unfortunately wiki is down, but you can download offline copy: viewtopic.php?f=13&t=29363 check Scripting box on main page.
  14. AnoN - this is stolen resource. downloading and using this is just unfair.
  15. dzek (varez)

    Hunter Top

    i want a lot things. first: search. there was a lot topics about it. dunno if any contains solution, but you can skip few steps second: this is not request forum, and this one looks like request. learn lua. and use something better than notepad for writing scripts.. i suggest you to use Unofficial MTA Script Editor (check stickies in this forum)
  16. nope, its reverse, true = visible, false = black screen
  17. yea, whatever. i said this is not request forum. just send 3-4 days on lua learning and you will do it. aslo this is duplicate topic so this one is going to be locked: viewtopic.php?f=91&t=29366
  18. this is how it works, you can edit it, but you need some knowledge. nobody will do it for you, as this is not request forum
  19. dzek (varez)

    MTA SA problem

    search google for nocd 1.0 european version exe
  20. no problem, i just need bugreports, i will take a few ppl from each timezone
  21. fadeCamera(source, true) ? i did not read the script
  22. maybe read manual/instructions? im sure its just near "download" button....
×
×
  • Create New...