-
Posts
1,532 -
Joined
-
Last visited
-
Days Won
2
Everything posted by diegofkda
-
Well, I want to know how to get a part of the name, this is my script: function detectFake(oldn, newn) fakename = findFakeTag(newn) if fakename == "|FP|" or fakename == "[FP]" or fakename == "(FP)" then outputChatBox ("That nametag is not allowed, choose another.", source, 255, 0, 0) cancelEvent() end end addEventHandler ("onPlayerChangeNick", root, detectFake )
-
\MTA San Andreas\server\mods\deathmatch\resources As DeagleTM said, it is the default directory.
-
Hahaha dude, it's a nice way for steal a bike in MTA... well I would make a gamemode like that, where you got to do somethings for steal something .
-
MTA is scripted with C lenguaje... it's the same thing than C++ exepting that C++ is a bit more easy for me... and it's a bit different.
-
Sorry for this little bump but I have to say this: Orangefkda :lol:
-
Dude, the script at your signature is wrong Sorry, I had to say that well, back on topic, I loved your maps TulioTC, is there a way to get some of them?
-
Nice work, Jaysds1, but the solution should be the mtaserver.conf file too .
-
Hey everyone! Well, my suggestion is a gui resolution selector... this would be useful for those people who have an old computer like me. Why? GTA:SA runs 100 times more faster with low resolution ( 640x400 if im not wrong... I don't remember exactly the resolution) than with high resolution ( 800x600 ) and well, when I set the low resolution, the GUI looks ugly and big... would be nice the feature I'm asking What do you think guys?
-
Sorry, deshawN, I don't understand your english a lot.
-
Depends of the server, if you are on a roleplay you must contact the server admin or press F9 for server help. If you are on Freeroam / Play, you must press F1 and click to Create.
-
Well they've reached 20 today. Anyway, well my server gets much more players than the fake, and well I don't care about it - I don't know why did I make this topic anyway thank you guys.
-
Well, woet, you should host 1.1 servers too ...
-
Another server clonned my server, it is the follower: You can see my server at my signature, well, they clonned me before, but they're clonning again, its fustrant for me because they're getting famous... just a bit, not so important. What can MTA Team do?
-
Well, about the ping, if you crash a player on a vehicle, you will see that he will move in 600 m.s. (if you've 300 ping and he 300). Well, if you are hosting a server with your local server, the problem is, you've a bad internet connection. I have 3 MB and I can host my local server correctly (max 10 players, after that the server starts to lag).
-
Actually, MTA:SA 1.0.5 stream limit won't allow to you to do that... look, I tried the other day to retexture just the roads of San Andreas and I couldn't (mta freezes)... try to imagine a new city .
-
-Go to the Admin Panel -Go to "Resources" tab -Double click on "votemanager" resource There you can manage the resource, that means, you can disable vote commands like /votemap, /votekick or enable /voteban, all you want .
-
Your PC seems to be good, I don't know your problem. But you can delete the gta_sa.set file (GTA:SA settings will be restored), go to My Documents or Documents, open GTA San Andreas User Files and delete the gta_sa.set file, I don't think this will be solved with that. Well after do that, can you tell me: Does your GTA:SA have radios? Does the GTA:SA Single-player have the same problem?
-
About the city, yes you can make your own maps and your own city.
-
Try to get the latest DirectX 11 and DirectX Runtimes. If nothing happens, reinstall the graphic drivers. Also, you could make a dxdiag report and post it here: Press Windows Key + R, then put dxdiag Click to "Save all information..." and post the saved information with tags.
-
Hola tengo un par de dudas
diegofkda replied to Serginix's topic in Ayuda relacionada al cliente/servidor
Tu PC DEBE correr ENBSeries correctamente. -
Problema con mi server!
diegofkda replied to Bloodz's topic in Ayuda relacionada al cliente/servidor
Claro que son las mismas, pero en tu servidor local, tu computador está haciendo trabajar el servidor y a tu juego. ¿Has intentado ir al server SAES con tu servidor local avierto, teniendo el server local 1 jugador? probablemente te hubiera pasado lo mismo. Si no fuera así no estaría en este foro -
I don't know exactly what is your problem, I don't think but should be your antivirus? try to disable your antivirus for a while and open the MTA.
-
I'll recreate your script, it's too easy: function getElementsOnExplode() model = getElementModel ( source ) x, y, z, rx, ry, rz = getElementPosition ( source ) driver = getVehicleOccupant ( source ) driverskin = getElementModel ( driver ) setTimer ( spawnPlayerAfterExplode, 1000, 1 ) end addEventHandler("onVehicleExplode", getRootElement(), getElementsOnExplode) function spawnPlayerAfterExplode() spawnPlayer ( driver, 0, 0, 0 ) setElementModel ( driver, driverskin ) newvehicle = createVehicle ( model, x, y, z, rx, ry, rz ) warpPedIntoVehicle ( driver, newvehicle ) end Not tested, but that must work
-
Problema con mi server!
diegofkda replied to Bloodz's topic in Ayuda relacionada al cliente/servidor
Es un problema de tu tarjeta gráfica o procesador, tu tarjeta gráfica se recalienta o algo similar, intenta actualizar: -Los drivers de tu tarjeta gráfica -Los drivers del audio -Los últimos DirectX Runtimes -Los últimos parches para MTA:SA 1.0.5 Selecciona la velocidad del juego a 1.
