-
Posts
589 -
Joined
-
Last visited
Everything posted by mjau
-
The problem with https://wiki.multitheftauto.com/wiki/CreateFire Is to get it synced
-
Learn to read before u post, firstly that aint on his site, second i want it to be unique, which means its only sold to me, not anyone else
-
So, as i just started developing my project RLR some weeks ago i now found out i might need some help to boost things up a bit. So, basically the only thing i want from the scripter is a vehicle system, a system with vehicleshops, and icons around the map where u can spawn/park or repair one of your vehicles. Now the thing is that i want it to be very nice looking, and since i am replacing all the cars with real ones i want real manufacture names, and real model names, if someone professional accepts this job i will explain this alot better. Oh, and ofc i will pay. How much i will have to let the scripter decide. Conact me if you are interested, and i will give you more information
-
I really wouldnt call it a good tutorial since firstly, u use a text editor to say things, which is good but u should use a mic or write a bit faster and second why the heck do u have your windows sound enabled?, the car u are sitting in makes much noise, your skype and everything Taht was just some suggestions.
-
Instead of setVehicleHandling use setModelHandling, setModelHandling makes all the vehicles of that type to get that handling. Contact me on skype damien for help with converting cfg lines and using setModelHandling.
-
local pMarker = createMarker ( -1770.5, 984.9, 21.6, 10 ) local pGate = createObject ( 980, -1770.60, 985, 25.1, 0, 0, 90 ) setMarkerSize ( pMarker, 10.0 ) setElementVisibleTo ( pMarker, getRootElement (), false ) function markerManager(thePlayer) local theTeam = getPlayerTeam ( thePlayer ) if getTeamName(theTeam) == "Admin" then moveObject ( pGate, 980, -1770.60, 996, 25.1, 0, 0, 0 ) else moveObject( pGate, 980, -1770.60, 985, 25.1, 0, 0, 0 ) end end addEventHandler( 'onMarkerHit', pMarker, markerManager ) addEventHandler( 'onMarkerLeave', pMarker, markerManager )
-
The GUI Editor made my life much much easier, but there is one bug. if you create a window, then a tabpanel inside the window. and add some tabs. then you press preview in resoulotion and untick it again, the tab panel fucks up. I can take a pciture but i think its like this for everyone.
-
Lol, well if you have any experience with Windows and MTA im sure you can find em yourself, but saying that we are all retarded just shows that we should not tell u how.
-
Firstly you would need to learn the basics of lua. http://www.lua.org/manual/5.2/manual.html Then u can start going to mta wiki https://wiki.multitheftauto.com/wiki/Scr ... troduction And when u start to get the hang of it, try to make what u want, and post code if u need help here Good luck
-
I got the answer, read it carefully Dont use Valhalla gamemode
-
However, for you it would most likely be easier to just script each gate for itself, just serach in the search field, there have been many questions about gates before and im sure u can find what u need, and if you need any help with using the export Solidsnake mentioned you can allways ask for help here.
-
Uhm, just destroy the music element.
-
If you want to i can help you on teamviewer, but what your friend do is right click your name in the hamachi group, copy ipv4 adress, and then he pastes that in serbrowser and the port For example if my ipv4 adress was 25.162.195.120 and the port is 22003 it would be 25.162.195.120:22003
-
Did you're friend use you're hamachi ip ?
-
With mods do you mean resources?, if you are talking about resources i guess you got a compiled client side, that wont work even if you have the meta file. you need the server side file too.
-
Ehm, i dont understand what you are trying to say. try to explain better or ask in your language forum.
-
Dont want to be too negative or something, but some of the things u sell is a 1 line script, like the blip thing. anyone could do that.
-
Please explain what u are trying to do.
-
i dont get what u are trying to do but there is one clear error in your script which i will mention. "enter= 0" should be "enter = 0"
-
Looks good, but i do reccomend that you use mySQL or SQLite instead of XML.
-
Ahh tnx, another typo lol. the sql script is something i never finished and started to use now. anyways ty
-
Hosting paid by SMS will allways be more expensive than paypal paid, the company who provide sms paying for the host takes almost 40% of the money, so then the host got to increase the price to earn money.
-
If i understand you right you want a RPG server ?, well to set up a server u must follow this: https://wiki.multitheftauto.com/wiki/Server_Manual and you can find resources here: https://community.multitheftauto.com/index.php?p=resources