Jump to content

diegofkda

Retired Staff
  • Posts

    1,532
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by diegofkda

  1. 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 )
  2. \MTA San Andreas\server\mods\deathmatch\resources As DeagleTM said, it is the default directory.
  3. 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 .
  4. diegofkda

    C++ ?

    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.
  5. Sorry for this little bump but I have to say this: Orangefkda :lol:
  6. 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?
  7. Nice work, Jaysds1, but the solution should be the mtaserver.conf file too .
  8. 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?
  9. Sorry, deshawN, I don't understand your english a lot.
  10. diegofkda

    lack of cars?

    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.
  11. 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.
  12. Well, woet, you should host 1.1 servers too ...
  13. 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?
  14. 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).
  15. 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 .
  16. -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 .
  17. diegofkda

    Problem with MTA

    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?
  18. diegofkda

    i am new

    About the city, yes you can make your own maps and your own city.
  19. diegofkda

    Problem with MTA

    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.
  20. 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
  21. diegofkda

    MTA 1.1 Error

    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.
  22. 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
  23. 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.
×
×
  • Create New...