Jump to content

Markeloff

Members
  • Posts

    230
  • Joined

  • Last visited

Everything posted by Markeloff

  1. The title has explained what I wanted. Which is better MySQL or SQLite ?
  2. http://mtasa-resources.googlecode.com/f ... s-r962.zip
  3. I do not lack the knowledge to administrate my server, I have one year scripting and learning how to script. The guy I'm talking about cause problems for many servers including CIT. I'm just saying it to be careful of his moves. You can find players accusing him here. Hacking is a bad action even using your mind to cheat, it breaks the game rules as well. Anyway, how to protect my scripts then?
  4. Arran, Maybe be someone from your staff team has taken all the resources than he started selling them. It may be a high ranked staff left CIT and still have the resources. CIT resources are spreading every day, from one to one and from server to server. [CF]Sensacion aka SmartBoy is a hacker. He has a serial changer as well, I banned him more than 10 times from my server and he still joining. How the fuck they did that! These hackers are idiots, they can be even punished by law.
  5. Well, it's working. Thanks.
  6. local currprog = guiProgressBarGetProgress(progressbar) setTimer ( function() guiProgressBarSetProgress(progressbar,currprog+20) end, 30000, 5 ) Doesn't work.
  7. local currprog = guiProgressBarGetProgress(progressbar) setTimer ( function() guiProgressBarSetProgress(progressbar,20) end, 30000, 1 ) This made 20% for one time only, means the first only no next increase. How to make it make the progress every 30 secs.
  8. Well, I have no code to post, but I wanted to ask about how to guiProgressBarSetProgress with setTimer. I want to make the progress bar increase by the time. For Example : 30 seconds makes 20% of the bar.
  9. Well, I feel so much sorry to the pc who will explode because of the RAM overuse caused by Timers. I do not advise you to restart a resource every short period, it can cause a huge lag and f... up a server.
  10. Markeloff

    table ...

    I think he wanted to get the price from the table whenever the player wants to sell his car, that means he get the id and the price from the table and give him the money of his car.
  11. 6 months, were you building it one object per day?
  12. There is only one luac Decompiler. It's a Java application.
  13. Double post. https://forum.multitheftauto.com/viewtopic.php?f=91&t=66524
  14. v is not defined, make sure what argument you want to use.
  15. https://forum.multitheftauto.com/viewtopic.php?f=91&t=47897
  16. the resource is called chatbubbles.
  17. You are proud of selling leaked scripts? The gamemode isn't yours as well. Fixing it doesn't mean you are its owner.
  18. What this function is supposed to do? What is the debug ? source is not defined.
  19. Can you post your meta.xml? Because, I couldn't find the problem.
  20. Markeloff

    help ..

    Kidnapping can lead you to jail. Eissa, you may find help here https://forum.multitheftauto.com/viewforum.php?f=119
  21. Markeloff

    Source

    local Spam = {} function lolz(thePlayer) if ( Spam[thePlayer] ) and ( getTickCount()-Spam[thePlayer] < 30000 ) then outputChatBox("Stop spamming",root,0,255,0) else Spam[thePlayer] = getTickCount() outputChatBox("works",root,0,255,0) end addCommandHandler("yup", lolz) Not tested but try it.
  22. We don't fix your stolen scripts.
×
×
  • Create New...