Jump to content

JR10

Retired Staff
  • Posts

    2,947
  • Joined

  • Last visited

Everything posted by JR10

  1. JR10

    I cant my Own Server

    Are you sure you opened the ports, type openports in MTA server.exe.
  2. JR10

    Cbug script

    Just a file, and FFS, learn the basics before trying, to do anything again.
  3. JR10

    Need help with the game

    MTA 1.1 is still nightly, so it's normal that there is crashes, bugs.
  4. JR10

    I cant my Own Server

    The server, doesn't appear as soon as you open it. It takes some time. And to join your own server, you will need another ip than yours. Open CMD >> type ipconfig >> get the IP address use that.
  5. You should clarify, if you are willing to pay for it.
  6. I actually want to translate the WIKI to Arabic, but need permissions.
  7. A role-playing game is a game in which the participants assume the roles of characters and collaboratively create stories. Participants determine the actions of their characters based on their characterization. RPG is lighter, you don't have to act.
  8. It's not RolePlay it's RPG. Even the title say so.
  9. Well, to be honest, I don't give a damn about what you want. If things were that easy, we would have found topics asking for a complete RP Script. Learn, and make it yourself. It's unlikely you will find someone to script for you, for free. However, you can offer money for it. WIKI: https://wiki.multitheftauto.com/wiki/Main_Page
  10. JR10

    Permissions

    It should, if you added the right to default and set it to false. And add the right to admin and set it true.
  11. JR10

    Cbug script

    I gave you a meta for client.lua not c-bug.lua. P.S:What I posted maybe not what you want, as Castillo pointed.
  12. JR10

    Permissions

    Lol, allow it for admins only.
  13. JR10

    Cbug script

    A new file in resources. OMG dude, learn first, before trying to do anything.
  14. JR10

    Frames script

    Look, you need scripting knowledge to do that. How much frames you have?
  15. JR10

    Frames script

    imageName1 imageName2 etc...
  16. JR10

    Cbug script

    Make a new file. In it create two files, meta.xml, client.lua. in meta.xml: <meta> <script src = "client.lua" type = "client" /> </meta> in client.lua: addEventHandler("onClientResourceStart", resourceRoot, function() setWorldSpecialPropertyEnabled ( "hovercars" , true ) setWorldSpecialPropertyEnabled ( "aircars" , true ) setWorldSpecialPropertyEnabled ( "extrabunny" , true ) setWorldSpecialPropertyEnabled ( "extrajump" , true ) end) addEventHandler("onClientResourceStop", resourceRoot, function ( ) setWorldSpecialPropertyEnabled ( "hovercars" , false) setWorldSpecialPropertyEnabled ( "aircars" , false) setWorldSpecialPropertyEnabled ( "extrabunny" , false) setWorldSpecialPropertyEnabled ( "extrajump" , false) end) Btw this script will make you jump high, jump high with a bike, cars float on water, and cars fly.
  17. JR10

    Cbug script

    My code is client, so add it to a client sided script.
  18. JR10

    Frames script

    I don't understand a word.
  19. JR10

    Cbug script

    addEventHandler("onClientResourceStart", resourceRoot, function() setWorldSpecialPropertyEnabled ( "hovercars" , true ) setWorldSpecialPropertyEnabled ( "aircars" , true ) setWorldSpecialPropertyEnabled ( "extrabunny" , true ) setWorldSpecialPropertyEnabled ( "extrajump" , true ) end) addEventHandler("onClientResourceStop", resourceRoot, function ( ) setWorldSpecialPropertyEnabled ( "hovercars" , false) setWorldSpecialPropertyEnabled ( "aircars" , false) setWorldSpecialPropertyEnabled ( "extrabunny" , false) setWorldSpecialPropertyEnabled ( "extrajump" , false) end)
  20. JR10

    Frames script

    Dude, it was an example, you have to edit dxDrawImage, and edit the MaxFrame. And what the hell is final, and it's addEventHandler. Use the wiki: https://wiki.multitheftauto.com/wiki/Main_Page
×
×
  • Create New...