Jump to content

Chaz-CR

Members
  • Posts

    222
  • Joined

  • Last visited

Everything posted by Chaz-CR

  1. A really good job man. Just a suggestion: Are there some way to put the clan name linked with the default group system that the scoreboard has? Like: ----------------------------------------------- PlayerNoclan | PlayerNoclan2 | ClanName [3Players] | Player1 | Player2 | Player3 | ClanName2 [3Players]--------------------| Player10 | Player11 | Plauer12 | ------------------------------------------------ PD:I tried my best
  2. Hello MTA lovers, i would like to know what functions and events i have to use to make a panel for visual mods. My main idea is to download the textures after you downloaded the resources on the server, it can to reduce the MBs in my servers and could be very helpful. I hope you guys can understand me. Thanks!
  3. Que muestra el debugscript 3??? De paso no crees que seria mejor solo usar un hitElement y que cuando pases por el marker te abra el panel? De igual manera postea el error del debug, porque no veo el addCommandHandler ahi.
  4. Yo te podria ayudar man pero, en la comunidad hay cientos de resources de login panel.. Pero cualquier cosa mandame un mensaje a mi skype: Chaz-CR
  5. Para poner handlings en MTA debes usar la funcion llamada setVehicleHandling, y con esta crear el handling de tu auto, o bien importar el handling que hayas hecho con el Handling Editor (https://community.multitheftauto.com/index.php?p=resources&s=details&id=3716).
  6. Great job, ill research more about this resource and im going to put in my server. Cheers.
  7. Si usas un modem y un router, tienes que abrir los puertos de cada uno, te aconsejo que pruebes solo conectando tu pc a un cable RJ-45, de esa manera confirmaras que supiste abrir los puertos.
  8. Chaz-CR

    Shout Admin

    triggea el dxDrawText, porque lo otro es serverside.
  9. Entra a la configuracion de tu modem y cambia los valores UDP y TCP a su forma correcta.
  10. Te aseguraste de que ya abriste los puertos? Ademas esa no es tu IP Publica, tu ip publica la encuentras aca http://miip.es Si no sabes abrir los puertos avisame por aca.
  11. Well, the first thing you have to do is open your local server port, look at this video and make sure you did the changes about the IP Adress. https://www.youtube.com/watch?v=GfXODIPF2eg and later you can make sure if you opened the ports going to this directory in your PC: C:\Program Files\MTA San Andreas 1.3\server and press MTA Server.exe and then execute the comand "openports". If the ports are opened there you will see the message. Later, if you want to modeling the server you could get some knowledgement about scripting here https://wiki.multitheftauto.com, or well find the resources made by other people in https://community.multitheftauto.com. I think with this you can start a server, but if you need help PM me here! Good luck PD: Sorry for my english if you didnt understand something tell me.
  12. Bueno mi consulta es que quiero saber como animar una guiCreateStaticImage y una gridlist de forma que cuando la hago aparecer salga de la izquierda de la pantalla, osea animarla, que funciones debo usar para esto? y donde tengo que posicionar estas gui. Gracias
  13. El de graffitis esta en la pagina web de CristalMV se llama Drawtag. http://crystalmv.net84.net/
  14. Chaz-CR

    bindKey

    Puedes usar bindKey --para bindear la tecla getKeyState --Para verificar que la otra tecla este presionada Por ejemplo, si quieres que sea para shift + c y quieres que salga un outputChatBox puedes usar esto: bindKey( "c", "down", function ( ) if getKeyState( "lshift") then outputChatBox("Hola Mundo",255,255,255) end)
  15. Chaz-CR

    Funciones.

    Estoy pensando en crear un resource de double kill, triple kill,.... Pero no se que funciones usar. Si alguno me da ideas lo agradezco PD: Usare imagenes asi que que seria mas recomendable? usar dxImage o guiCreateStaticImage??
  16. Emmm son muchos la verdad pero muchos de ellos los puedes encontrar en la comunidad. https://community.multitheftauto.com/
  17. http://es.wikipedia.org/wiki/Lua
  18. Donde puedo aprender C++ online?
  19. Chaz-CR

    Corona bug

    intenten poniendole el alpha correspondiente mediante un script. createMarker(x,y,z,"corona",2,255,255,255,255...etc
  20. Lo se Bro, yo me equivoco mas que tu entonces cuando te corrijo me siento poderoso jajaja es broma
  21. es "onMarkerHit" no "OnMakerHit"
  22. Intente haciendolo con local carro = createVehicle(blabla... Pero nada no se como
  23. Pero solo quiero que el vehiculo que spawnie en el marker explote, no cualquiera.
×
×
  • Create New...