Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. MIKI785

    Loggin in

    Try: addEventHandler( "onPlayerLogin", root, function( ) outputChatBox( " #0075EB [RHD]" getPlayerName( source ):gsub( '#%x%x%x%x%x%x', '' ) .." has logged in!", 255,255,255, true) end ) addEventHandler( "onPlayerLogout", root, function( ) outputChatBox( " #0075EB [RHD]" getPlayerName( source ):gsub( '#%x%x%x%x%x%x', '' ) .." has logged out!", 255,255,255, true) end )
  2. MIKI785

    Errors

    You have error in some resource... I think that the script with error is compiled, so it doesn't show where is the error.
  3. Hello, I'm little bit editing the 'admin' resource and I can't find where all the enabling and disabling is. I mean, it checks if you have permission to have some GUI element enabled, like tab 'Server'. In ACL you have so Tab 'Server' will be disabled. Where is the script that disables it? I want to make some new permissions and I need to see how it works.
  4. if you don't know English language you can't do programming/scripting.
  5. You can't use any other language but English on this forum, if you want to talk on your native language then go to your respective language section at: viewforum.php?f=117 There is no Czech section..
  6. Navody na hovadiny se nedelaj, na tohle navazuji jine navody... Sorry, but this guy obviously doesn't know that you have to write here in english..
  7. Everething is NOT free... you have to make it yourself. Scoreboard has exported function(s) for that.. and you call them using Call.. it's simple, just read wiki.
  8. That's for one script, isn't it? However, I found it.
  9. I read somewhere on this forum that it's possible to compile all scripts (with the same type - client/server) to one big file, and it's then harder to decompile, but there wasn't name of the compiler or link to download it. Do you know this compiler? I have one, but it just compile one script.
  10. Update - Added ability to change GTA world's time. - Added ability to lock World Time. - Added ability to change all vehicle's lights color. Download
  11. MIKI785

    Help Pls

    If it's 64bit, try this: viewtopic.php?f=106&t=40131
  12. GTA:SA, Awesome! I have played all GTAs (except chinatown wars..) and SA is best..
  13. Maybe you could use some objects replacements
  14. MIKI785

    Need Scripts

    Maybe this could help: https://community.multitheftauto.com/index.php?p= ... ils&id=819 Very simple points and cash system..
  15. You're doing it client side.. it's LocalPlayer.. see wiki.
  16. I like deathmatches or Team deathmatches, there aro no many servers with this GM
  17. Don't understand what you need... if getLocalPlayer () That will always pass, because getLocalPlayer has always value, so player can always fire.
  18. I didn't know where to post it... so I'm posting it here.. I don't know if anything like this already exists I created this aplication which purpose is to automaticly generate resource for your race map, you can simply add song to your map or change sky color or water color.. I will add more settings and extensions. There are some hints also which should help you.. ScreenShot: Download previous version Download
  19. Hello, I created comboBox but it shows default value only, I'm adding rows without any warnings/errors but it just won't show when I click on it, it's empty, where's the problem? local mujNick = string.gsub(getPlayerName(getLocalPlayer()), "#%x%x%x%x%x%x", "") seznam = guiCreateComboBox(103,38,132,25,mujNick,false,statsGui)--It's created.. with my nick. function testPurposes(cmd, value) outputChatBox("nuze")--It outputs guiComboBoxAddItem( seznam, value )--Do nothing outputChatBox("done")--Also outputs end addCommandHandler("testik", testPurposes) It's not whole code.. I have whole GUI created in event onClientResourceStart
  20. good job, but there is still that object streamer bug from 1.2
  21. Default is what? Disabled? I don't see any info about it here: https://wiki.multitheftauto.com/wiki/Meta.xml
×
×
  • Create New...