Jump to content

Jokeℝ1472771893

Members
  • Posts

    334
  • Joined

  • Last visited

Everything posted by Jokeℝ1472771893

  1. 13:04:09 [mysql] Attempting to start MySQL service... I am getting this when I am trying to start MySQL
  2. What's so hard about clicking a button then following simple instructions? Plus, it's translated for every language therefore there's really no need for this. Actually that was kinda announcement about MTA also there is TUT about installation as well. Also In Second part I am going to explain how to Connect to servers and how to use basic functions of MTA.
  3. I have decided to make this Video, because have noticed that a lot of newbies can't Download and Install MTA. Why I posted it here: It was posted in Media because I thought that you (MTA Users) could help me to spread out this Video arround the world to get more Users. https://www.youtube.com/watch?v=tgqFUjWUY5w Enjoy ! Note: Do not post useless Comments to avoid SPAM, if you got important comments , or comments about Video make sure that it's done in YouTube.
  4. Sorry for double posting , but can someone help me?
  5. added , but still can't. host="irc.sefmta.net84.net" nick="SEFBot" port="6667" (optional default: 6667) channels="#Echo" secure="false" (optional default: false) /> this is right?
  6. ye socket module was installed ,but there are some errors.
  7. Hello, Guys i can't connect to my server, but i did all right. i did all what i read in this link https://wiki.multitheftauto.com/wiki/Resource:Irc
  8. oh yeah, true thnx dude it's working now.
  9. hhhm errors are that i can't use /fly and /water and karthik how to fix?
  10. function admt ( thePlayer ) if isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "Admin" ) ) then if isWorldSpecialPropertyEnabled( "hovercars" ) then setWorldSpecialPropertyEnabled( "hovercars", true ) outputChatBox("Water drive: on ", 255, 255, 0 ) else setWorldSpecialPropertyEnabled( "hovercars", false ) outputChatBox("Water drive: off", 255, 0, 0 ) end end end end addCommandHandler ( "water", admt ) function adm ( thePlayer ) if isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "Admin" ) ) then if isWorldSpecialPropertyEnabled( "aircars" ) then setWorldSpecialPropertyEnabled( "aircars", true ) outputChatBox("Flying vehicle is on !", 255, 255, 0 ) else setWorldSpecialPropertyEnabled( "aircars", false ) outputChatBox("Flying vehicle is off !", 255, 0, 0 ) end end end addCommandHandler ( "fly", adm ) what is wrong here?
  11. done , but now it's didn't warp me into the car and Speed and etc. are not working
  12. if i will change source to thePlayer it will work?
  13. root = getRootElement() function admt(source) if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then local x, y, z = getElementPosition(thePlayer) local rx, ry, rz = getElementRotation(thePlayer) theVehicle[thePlayer] = createVehicle( 526, x, y, z, rx, ry, rz, "Staff Car" ) warpPedIntoVehicle(thePlayer, theVehicle[thePlayer]) local newVelocity = ( handlingTable["maxVelocity"] + ( handlingTable["maxVelocity"] / 100 * 40 ) ) setVehicleHandling ( theVehicle[thePlayer], "numberOfGears", 5 ) setVehicleHandling ( theVehicle[thePlayer], "driveType", 'awd' ) setVehicleHandling ( theVehicle[thePlayer], "maxVelocity", newVelocity ) setVehicleHandling ( theVehicle[thePlayer], "engineAcceleration", handlingTable["engineAcceleration"] +8 ) end end addCommandHandler("staffCar",admt) what is wrong here?
  14. Yep, but as i told you it destroyed all vehicles
×
×
  • Create New...