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. 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
  4. Cadu12

    GUI Themes

    https://community.multitheftauto.com/index.php?p= ... ls&id=2136
  5. But you cant remove image. If you do remove the images, it will download again.
  6. 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)
  7. There is example in dxscoreboard. Yea, I made new gui using colorpick and works fine.
  8. 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
  9. Cadu12

    1000 posts!

    Happy brihtday 1000 years joke
  10. https://wiki.multitheftauto.com/wiki/Scr ... troduction
  11. I have made my own, its hard. I agree karlis You have to delete old ranking and make new rankingboard
  12. And its good idea, ban GooDEver for uploading any resource without changes.
  13. Cadu12

    Call

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

    Problems

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