-
Posts
275 -
Joined
-
Last visited
Everything posted by uhm
-
Hello, try yum install ncurses-devel ncurses
-
Means you can't just transfer handling.cfg and make it work. Must use this function. SetVehicleHandling Example line of handling.cfg: ; name mass turnmass drag centreofmass boy traction transmission brakes steer suspension suslines antidive seat col cost mflags hflags lights LANDSTAL 1700.0 5008.3 2.5 0.0 0.0 -0.3 85 0.75 0.85 0.5 5 160.0 25.0 20.0 4 D 6.2 0.60 0 35.0 2.4 0.08 0.0 0.28 -0.14 0.5 0.25 0.27 0.23 25000 20 500002 0 1 0 Becomes: someCar = createVehicle(400,0,0,10) setVehicleHandling( someCar, "mass", 1700) setVehicleHandling( someCar, "turnMass", 5008.3) setVehicleHandling( someCar, "dragCoeff", 2.5) -- and so forth
-
it will mess up indeed, you should replace one model per txd and dff couple
-
this question has been answered in one of this guys other topics, viewtopic.php?f=91&t=52275&p=509133#p509133
-
KluHosting - Affordable Prices, Great Service! $0.13/slot
uhm replied to KluHosting-Brandon's topic in Hosting solutions
what does this ddos attack migration mean? does it protect the attacked customer or all of the other customers? isnt there a very high chance the attacker will just attack the new ip? -
how would the player choose which skin he wants? I suggest a GUI: click on some button, then you can use the OnClientGUIClick event to do the spawning, which has a parameter for setting the skin check out Remps GUI creator for easy designing and for generating the code https://community.multitheftauto.com/index.php?p= ... ils&id=141
-
KluHosting - Affordable Prices, Great Service! $0.13/slot
uhm replied to KluHosting-Brandon's topic in Hosting solutions
might I ask why you chose the name KluHosting? it sounds rather associative to the KKK to me also your signature layout design is very much like another representative on these forums (Colorhost) -
For ban appeals, please visit the Cit forum http://cit2.net/forum/ If you don't get unbanned, you might find a fun new server to play on on this website ;P
-
yes the latter is what he means for example, if you did this to add the eventhandler: function drawSomething() dxDrawImage3D(vx,vy,vz, 3, 3, face, tocolor(255,255,255,255),0, ax,ay,az ) end addEventHandler("onClientRender", root, drawSomething ); then you remove it by doing removeEventHandler("onClientRender", root, drawSomething );
-
Are you using the 'screen' functions to run your server? In that case press CTRL+A+D to minimize it And if you're not, you can easily click the X to close the PuTTY session, while your server keeps running
-
mtaserver.conf <disableac>1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17</disableac> https://wiki.multitheftauto.com/wiki/Ant ... rver_setup
-
You could check the running applications (bottom right of the taskbar), I do believe one of the popular trainers has a start with Windows option If that fails, you may want to just uninstall GTASA, then doublecheck the installation directory if there's any files left and remove those and then install GTASA again
-
Shouldn't be a problem only once in my online shopping experience I visited a German webshop that required a verified Paypal account
-
These IDs might help: Source, fastman92 on GTAForums
-
AC #11 means that you, intentionally or not, have a trainer open or installed and active. Check out your GTASA directory and remove the D3D9.DLL file other files that may be modified and may cause this message are: C:/Program Files/Rockstar Games/GTA San Andreas/bass.dll C:/Program Files/Rockstar Games/GTA San Andreas/vorbisFile.dll C:/Program Files/Rockstar Games/GTA San Andreas/vorbisHooked.dll but you can't remove those if you can't replace them with their original files
-
36 bytes to send one byte but while also passing the root element check out the video of my research:
-
probably not all of the objects have to be renewed at the start of a round for example you would want to recreate breakable windows and boxes, but not houses or other structures
-
stimmt, ich denke das er dann einen Gleichung muss sein zb wann die X button releast wird, dann: if IstInDreieck(coordinaten) then playSound(dasSoundVonDreieck) end weißt du viel von Mathematik? es gibst einen interessante Vorbild und Methodik auf dieser pagina: http://www.blackpawn.com/texts/pointinpoly/default.html oder einfach mit If cursor position ist in Rechteck
-
Ja, ich hätte das gemacht mit die dxDraw Functions und getCursorPosition
-
Don't worry about it, there's loads of topics on this subject. It just means that your server, like many others, won't be shown on http://game-monitor.com Provided correct configuration, your server will still be shown in the MTA server browser, which is probably the most important list to be on
-
Sehr schön, ich habe einen Idee: Ich hatte es schön gemacht eine Jahre zuruck, aber ich habe meine PC aufgeräumt und denn hatte ich unglücklicherweise das Datei deletet Es ist ein Radial Menu wie in Left 4 Dead: Mann muss die X-key drücken, und kann dann mit den Maus ein des Optionen wählen. Wann der Cursor auf einen Option ist, dann wird de Große von die Text großer. Denn sagt die Actor etwas. Da sind diese Problemen ich hatte gefunden wann ich es codiert hatte, das sind: Wie das script erkennt auf welcher Option die Cursor ist, sehe die Bilder unter Dieses ist einen Klient Script, aber die gesagte Dinge müssen synchronisiert werden Support für andere Voices Support für andere Screen Großen Was mann sagt wann der Option gewählt ist, ist random. Zum beispiel es gibst drei Alternativen für die Menu-option "No": No01.wav, No07.wav, No08.wav Ich habe Zoey voices auf einen Datei gesatzt: https://dl.dropbox.com/u/48038254/Zoey.zip Ich hoffe das euch meinen Idee gefällt
-
In that case I'm going to take quite a leap. Reinstall MTA server (using the installer) to a different directory. After that copy and replace your server files to the new directory (the "resources" directory, the conf and xml files in your "deathmatch" directory and, if applicable, your "modules" directory). You may want to wait a day to see if someone responds with a different solution to this topic from someone who had (or has seen) this problem before.
-
Das ist neue, meistens da sind viele Leute wer suchen einer Scripter Willst du einfach scripten zu lernen, oder scripten für jemand für Geld?