Jump to content

diegofkda

Retired Staff
  • Posts

    1,532
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by diegofkda

  1. diegofkda

    MTA Orange release?

    No one is perfect as I know
  2. Damn! Please stop fighting here guys!
  3. Duh, se me olvido decirte que lo pusieras con los tags Code . Humm, en realidad no sé mucho de tu problema, a mi me pasa que no puedo ver los servidores con mas de 180 players... Bueno, intenta apagar y encender tu modem.
  4. Ehemmm... so function createBall () ball = createObject ( 1097, 0, 0, 5 ) -- just an example the 1097 ballMarker = createMarker ( 0, 0, 0, "cylinder", 0.5, 0, 0, 0, 0 ) -- set the alpha to 0, note that the size isn't the correct I guess setTimer ( function () local x, y, z = getElementPosition ( ball ) setElementPosition ( ballMarker, x, y, z ) end, 50, 0 ) addEventHandler ( "onMarkerHit", ballMarker, handleBall ) end function handleBall(player) attachElements ( ball, player ) bindKey ( player, "O", "down", giveball ) end function giveball(player) randomp = getRandomPlayer() setElementFrozen ( randomp ) local x, y, z = getElementPosition ( randomp ) moveObject ( ball, 500, x, y, z ) setTimer ( function () attachElements ( ball, randomp ) end, 600, 1 ) unbindKey ( player, "O", "down", giveball ) end Hey check that, its a good idea
  5. Perfect dude, now I know what's a Lua table yay thank you very much \o/.
  6. diegofkda

    Lua table

    Well, I'm not bad at Lua but I want to know what is a table , I just want to make one because of getVehicleHandling() (or just I want to know how to use it).
  7. My idea should be more easy to make
  8. Big laughing out loud. SolidSnake is a nice scripter, MLM moderator, that likes to help others, and as you can see, he has many scripts uploaded to the community, that's the reason why he is Veteran (try to imagine +1000 posts, he has +3000) and the people in spanish section call him "G0o0o0o0o0od" and I can rate him as one of the best scripters of MTA... hmm he doesn't code? :lol: - sorry but your post made me laugh, I'm just saying .
  9. Las ultimas subidas del MTA no tienen nada que ver. Preciona la tecla de Windows + R, pone dxdiag, dale a aceptar, dale a Guardar Información, y luego dame la información guardada.
  10. It's kool \o/ nicely done!
  11. No den soluciones al asar , desactiva cualquer Firewall, e intenta desactivar tu antivirus.
  12. To be honest, I don't pay it (+100 euros, how will I pay it), but check the link I put there.
  13. Oh, it is? glad to see it has been fixed, but as you can see, the bug was happening when I moved the camera (that's what I meant).
  14. You can buy one, or get one in a center, note that it's too expensive.
  15. It's an issue made by the camera movement (just in 1.1.0 unstable).
  16. Ah pff, si reinstalaste MTA obvio que podría surgir cambio. Lo de la velocidad, te dije denante que hicieras algo, ahora ponele a eso "Fast".
  17. Aqui nunca damos soluciones "descarga tu gta y listo", aparte que este problema no tiene nada que ver con el GTA, es un problema de conexión.
  18. I'm working on the same one for a long time :b Those are just special pre-defined (same as default) colors that are not documented on the mta-wiki. The goal of the thing that XX3 showing us is that you can set any color you want using RGB palette. Isn't the same one, it's not what I want to do (it's totally different... I just want to make something with cops (not NPCs) included, tunning garages, custom GUI, etc, etc... (I'll take about 3 months ye). Well, leave the servers on their finish (btw cool idea the motor city server).
  19. But triggering events is fine for a server with a good conection I think... I use it for my server and there isn't any problem... (I always play with the vehicle light scrollbars, it's like a second panel, all is triggered there so no one can steal that).
  20. Triggering would be anti-stealing scripts as you did with setVehicleHeadLightColor in your userpanel . Well, I'm making a NFS server (hope no one steals the idea ), so I've made a tunning garage with some server car mods started, and you don't know EVEN! how does it look with custom car colors (it rocks!)... well later I'll put an image here.
  21. Intenta cerrar tu antivirus, cerrar todos los programas que tengas abierto, y a ver que pasa.
  22. Hey Liam! I don't even know who are you, but anyway welcome back!
  23. It is, but some people aren't so pro at gui area... or just he forgot how to get scroll position.
  24. Who helped you? I love this feature, but I never found any problem.
  25. It's not synced. Anyway, timers should help.
×
×
  • Create New...