-
Posts
394 -
Joined
-
Last visited
Everything posted by Deagle
-
Man, I just gave an example for X:\ as a partition and Games as the folder for the games. Do you think that daf_xf is so stupid that he can't understand what I said ?
-
He didnt saw the resize thing, and his images were resized. Before uploading a map check that option, cause its puted on resize defaultly.
-
You cant make a static IP adress, thats from your internet provider, the thing that you can do is to make a DNS.
-
Gta-multi.com, Quality MTA San Andreas Hosting.
Deagle replied to Gta-multi's topic in Hosting solutions
Zaya, I have host from them too, and my server had'nt any problem in the last 2 days, the only fact that I hate, is that they are too lazy to fix that damn phpMyAdmin for databases! -
Delete this : https://community.multitheftauto.com/index.php?p= ... ls&id=2341 The original : https://community.multitheftauto.com/ind ... ls&id=2058 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. Stolen, incomplete (only client-side) : https://community.multitheftauto.com/index.php?p= ... ls&id=2339 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
-
https://www.youtube.com/watch?v=0jmn4UT5UPo
-
I wanna complete your answer ChaseOquinn, the maps are saved in the resources folder : \MTA San Andreas\server\mods\deathmatch\resources If you want to open your local server, you allready have the map in the maps list because its saved there.
-
Ehm thats really lol ... Lowercase letters are working with /bind , for example /bind m say Visit my site!
-
He didnt said which host, he just put this question ""what is the point of a hosting server?" from which you can give many answers. He didnt mention that he is talking about Virtua or not.
-
All the issues are from the community site, by the second one I mean that you can't use the signature from here : https://community.multitheftauto.com/index.php?p= ... =signature
-
Are you sure about that karlis ? I had a script for lighting up the headlights and the key from the script was "l" and it was working.
-
[MANTIS] Out Of Date Links
Deagle replied to SugarD-x's topic in Site/Forum/Discord/Mantis/Wiki related
I reported some issues too , but from the community, but I see that no one cares about them or about the issue that you have found. viewtopic.php?f=13&t=33109 -
What a stupid question ... Unbelivable how you can ask something like this! I wanna see you hosting a 32 slots (or more) server from your own computer! These hosting companies have a better internet then yours and they can host better a server. Btw, please stop making stupid posts.
-
1. I wasnt meaning the decorations, cause I dont play on them, I play on the carshade track. 2. Learn english. - "of map are maded" - of the map is made
-
Ehm if I set it in a server-side script, it doesnt works at all. LE : Hmm , strange .... Now it works smoothly (client-side) , doesnt wants to explode .. Idk why was that happening , anyway a good scripter maybe can say.
-
Jaysds1, can you please stop making such post's ? Containing only 1 word as : "ok" ; "ya" ! Maybe he wants to make a map queue for a Race/DM server, where you could buy maps with money, and the maps you buy to be in a queue. I saw this thing on a server.
-
Neah, the toolbox is making everything.
-
So, I have this teleport script, but after I enter in it with the car, it is teleporting me, but I hear a sound like the car has hitten somethig and my car loses all the "health" and starts to burn. My question is, what lines do I need to add so my vehicle is repaired after the teleport and how can I set the rotation of the car after the teleport. P.S. The gamemode is play. marker = createMarker(-657.49468994141, 950.86450195313, 12.451947212219, "corona", 3.5, 255, 255, 0, 255) function teleport(player) if getElementType(player)=="player" then local vehicle=getPedOccupiedVehicle(player) if source == marker then setElementPosition(vehicle, -3322.5373535156, 1776.5373535156, 14.093730926514) setVehicleFrozen(vehicle, true) setTimer(setVehicleFrozen, 1000, 1, vehicle, false) fixVehicle(vehicle) end end end addEventHandler("onClientMarkerHit", getRootElement(), teleport)
-
Try here : http://www.moddb.com/mods/multi-theft-a ... downloads/
-
Yeah Solid, but you were the one who was saying every single time that if I want a scripter = money , and now you are surprising us.
-
I just completed what Will said.
-
Yes as Will says, if you want to find out the accounts passwords, open internal.db with SQLite Database Browser and you can find there the accounts with the passwords, but be aware that the passwords are crypted in MD5, you can easy decrypt them.
-
Open internal.db with SQLite Database Browser.