Jump to content

diegofkda

Retired Staff
  • Posts

    1,532
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by diegofkda

  1. You will see how custom cars work properly if you add it to the correct car and if the car size isn't more than 3.5 MB.
  2. YAAAY!!!! WAS TIME TO RELEASE THIS VERSION! I'm very very very happy dude! You forgot the new the streamer by the way..
  3. Original GTA:SA and I didn't have any crash.
  4. diegofkda

    ayuda

    imageNumber = 1 function onClientRender() if imageNumber == 100 then imageNumber = 1 else imageNumber = imageNumber + 1 filepath = "MiImagen"..imageNumber..".png" dxDrawImage ( 0, 0, 100, 100, filepath ) end end addEventHandler ( "onClientRender", root, onClientRender ) Primero muestra MiImagen1.png, despues MiImagen2.png y así hasta llegar a 100, y cuando llege a 100 volvera a 0, luego 1, luego 2 y así infinitamente.
  5. Weren't you at it some minutes ago?
  6. diegofkda

    ayuda

    Puedes poner algo asi: rotation = 0 function onClientRender() rotation = rotation + 1 end addEventHandler ( "onClientRender", root, onClientRender )
  7. /me is going to join! Would be nice if the mta team give an advice to all server owners to upgrade their servers.
  8. No, lo correcto sería: function abc (thePlayer) playerTeam = getPlayerTeam(thePlayer) if playerTeam then playerTeamName = getTeamName(playerTeam) outputChatBox("Estas en el team "..playerTeamName, thePlayer, 0, 255, 0) else outputChatBox("no estas en un team", thePlayer, 255, 0, 0) end end addCommandHandler("asd", abc) Otra cosa es que las mayusculas deben ser exactas a las minusculas cuando espesifiques, por ejemplo si vas a poner localPlayer = getLocalPlayer no puedes poner localplayer, si o si, con la P mayuscula, localPlayer.
  9. diegofkda

    Passing by...

    You missed the New Topic button Well, that means 1.1 is very very near from its release! When it releases, news will appear on the News forum, also (if I'm not wrong), there will be a download for all 1.0.5 users next time they enter the game (after release).
  10. Yay I saved will's life! ! Anyway he will kill himself in some mins .
  11. The bus you requested was almost done .
  12. There are some modifications that remove the smoke.
  13. Looks good, benox! Keep the good work!!
  14. Gamesnert said it is. This is what he said: But well, I didn't understand that very well.
  15. Well, what I want to do is a button that starts a download only visible for the player who pressed the button. That's actually possible, but how? I'll be very glad with your help .
  16. Oh well, I saw the CIT server opened with +200 during the first beta . I'll see if I'll be able to go.
  17. De nada , puedes postear tus problemas en este post .
  18. Well, the first beta had a bad hosting if I'm not wrong... wow high ping and so much desync, next time try to close the CIT server before make a test, that must help a lot I guess .
  19. Ah bueh, yo ya intenté con MP3 y OGG y no funcionaban .
  20. HP computer, 2 GB DDR2 RAM, AMD Athlon x64 CPU & Windows XP and an Intel Graphics Media vcard (that vcard is really bad by the way), that's what I use while in school for play MTA .
  21. 1) Si el argumento está mal, la GUI no funciona, si el script tiene símbolos o errores en la estructura, el script no se cargará y por ello, no funcionará. 2) Woahah no la entendí 3) guiGetScreenSize es para obtener la resolución del usuario. Este ejemplo te muestra la resolucion que tienes con el comando /resolucion function mostrarResolucion() s, w = guiGetScreenSize() outputChatBox ( "Tu resolucion es: "..tostring(s)..", "..tostring(w) ) end addCommandHandler ( "resolucion", mostrarResolucion )
  22. De lo que sé, las radios deben estar en formato ASX. Acá un ejemplo de un buén rock: http://100xr.redirectme.net/100xr.asx
  23. Si, mi servidor Real Cars está realmente apestando, asi que decidí hacer una update completa para cuando salga la 1.1 Volviendo al tema, ¿con que empezaste a trabajar, Bass?.
  24. Ah bueh, no pruebo scripts antes de recomendarlos , bueno, lo del cancelEvent no lo sabía... ven que hasta los maestros deben aprender cosas simples .
  25. Oh wow, you could post more, as I really loved it!!.
×
×
  • Create New...