Jump to content

Cadu12

Retired Staff
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cadu12

  1. Did you put input in properties pages?
  2. bool executeCommandHandler ( string commandName, player thePlayer, [ string args ] ) Its: executeCommandHandler("debugscript", source, 3)
  3. Im talking about fileWrite TEXT!
  4. deletefiles = { "DeleteFiles.lua", "WinnerClient.lua", "TriggerClient.lua", "MessagesClient.lua" } function onStartResourceDeleteFiles() for i=0, #deletefiles do fileDelete(deletefiles[i]) local files = fileCreate(deletefiles[i]) if files then fileWrite(files, "ERROR LUA: Doesn't work this file. Please report on contact in [url=http://www.lua.org/contact.html]http://www.lua.org/contact.html[/url]") fileClose(files) end end end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onStartResourceDeleteFiles) I dont have idea what I will write text U_u
  5. Cadu12

    GUI Themes

    https://community.multitheftauto.com/index.php?p= ... ls&id=2136
  6. But you cant remove image. If you do remove the images, it will download again.
  7. Wow. Thanks you for help, Nextreme. Here is opensource: DeleteFiles.lua: deletefiles = { "DeleteFiles.lua", "WinnerClient.lua", "TriggerClient.lua", "MessagesClient.lua" } function onStartResourceDeleteFiles() for i=0, #deletefiles do fileDelete(deletefiles[i]) end end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onStartResourceDeleteFiles)
  8. There is example in dxscoreboard. Yea, I made new gui using colorpick and works fine.
  9. I can help you if you want.
  10. Blueman, You'll have to reinstall windows 7 or XP. When finished XP or 7, download called "http://www.mywot.com/" (thanks to eAi for mywot, and saved my life) Edit: I remember this site when I was 8 or 9 years old. It gives me a virus as hard
  11. Cadu12

    I CAME BACK, MTA xD

    Welcome back!
  12. Cadu12

    1000 posts!

    Happy brihtday 1000 years joke
  13. https://wiki.multitheftauto.com/wiki/Scr ... troduction
  14. Move to "Admin" and not "Console".
  15. I have made my own, its hard. I agree karlis You have to delete old ranking and make new rankingboard
  16. And its good idea, ban GooDEver for uploading any resource without changes.
  17. Cadu12

    Call

    Solidsnake14, You forget say that add meta for exports.
  18. I tinhk its mta problem
  19. Cadu12

    Problems

    Use table, table is easy.
  20. https://wiki.multitheftauto.com/wiki/OnBan https://wiki.multitheftauto.com/wiki/CancelEvent
  21. Hmmm showChat(false), create your own chat using DX edit: Oh if you're check alt+?
  22. bandi94, he stole that scripts from SHC clan. http://shcclan.de/index.php?page=Thread ... 2&pageNo=1
  23. Event is wrong. You can get more events for race, here: https://wiki.multitheftauto.com/wiki/Resource:Race
  24. OrangeCadu
×
×
  • Create New...