Jump to content

Cadu12

Retired Staff
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cadu12

  1. Cadu12

    Tremor Coins

    I got "Sorry Achievements Games are not available in your region.". I'm from Brazil, I can't get games :[
  2. I'm agree with Sniper, I already know about n30x. I still not trust n30x.
  3. No, it's not possible at this time. The MTA Team is working on.
  4. Na minha opinião, melhor é Sublime. Uso Notepad++ também, mas prefiro Sublime. http://www.sublimetext.com/
  5. Any variables type? String, Text or VARCHAR: [mysql] UPDATE table SET TIME='1111' [/mysql]Int: [mysql] UPDATE table SET TIME=1111 [/mysql]
  6. I am still busy, i'll update when I have time, and tab-panel is not complete yet.
  7. It is possible with Lua, you can make it.
  8. Cadu12

    Disconnect

    "NOTE: You can only execute commands created by Lua. You cannot execute MTA harcoded commands due to security reasons." Why don't you can read wiki what they are saying? It doesn't work if you are using "quit", "disconnect", "connect", etc Here is command list: https://wiki.multitheftauto.com/wiki/Client_Commands
  9. "onPlayerFinish" is only for Race, so doesn't work in DD/DM.
  10. I guess it is module problem, have you tried download new version? Edit: https://nightly.multitheftauto.com/
  11. xXMADEXx, nothing to do with XAMPP. Quiz, please read the tutorial: viewtopic.php?f=106&t=58533 viewtopic.php?f=106&t=34979
  12. https://community.multitheftauto.com/index.php?p= ... ls&id=5832 You can use for it.
  13. setPlayerBlurLevel Is that function are you looking for?
  14. Cadu12

    helppp!!!

    You're ignoring my post in first page.
  15. Cadu12

    helppp!!!

    I already told you, client IS NOT SYNC.
  16. Cadu12

    helppp!!!

    You have to use server-side, and wiki weapon functions is outdated. Client-side is not synced for all players. Edit: https://code.google.com/p/mtasa-blue/so ... ail?r=4872
  17. Then I guess you made new global called "table" from other file. Check it.
  18. "local table" means table library is removed it. Change it the name.
  19. Do not make new table function. Change it name the variable ("table").
  20. Cadu12

    Map unloading

    Yes. You should make new resource manager using files functions + XML functions + load script.
  21. Cadu12

    Map unloading

    Race uses map-manage. I guess you should edit it.
  22. Resource called "killmessages".
  23. onPlayerChat -- [url=https://wiki.multitheftauto.com/wiki/OnPlayerChat]https://wiki.multitheftauto.com/wiki/OnPlayerChat[/url] string message, int messageType message: A string representing the message typed into the chat. messageType: An integer value representing the message type: 0: normal message 1: action message (/me) 2: team message
  24. No, we are not going make for requests. We are going fix problems.
×
×
  • Create New...