-
Posts
334 -
Joined
-
Last visited
Everything posted by Jokeℝ1472771893
-
8x 16 Slot servers for free! gta-servers.net giveaway!
Jokeℝ1472771893 replied to =FAS=Shigawire's topic in Hosting solutions
Location: The Netherlands. Email: [email protected] Thanks for your support -
13:04:09 [mysql] Attempting to start MySQL service... I am getting this when I am trying to start MySQL
-
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.
-
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.
-
Sorry for double posting , but can someone help me?
-
same, it's didn't work.
-
it's just info.
-
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?
-
ye socket module was installed ,but there are some errors.
-
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
-
oh yeah, true thnx dude it's working now.
-
oh, thnx it's working perfect
-
didn't work
-
hhhm errors are that i can't use /fly and /water and karthik how to fix?
-
didn't work
-
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?
-
thnx guys it's working perfect
-
done , but now it's didn't warp me into the car and Speed and etc. are not working
-
if i will change source to thePlayer it will work?
-
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?
-
ok thnx anyway .
-
TAPL what about vehicles?
-
Yep, but as i told you it destroyed all vehicles