Jump to content

0xCiBeR

MTA Team
  • Posts

    1,673
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by 0xCiBeR

  1. guiCreateStaticImage doesn't need onClientRender. And if you want to use it to update the image, there are better events that don't use that kind of resources.
  2. Best would be: dxDrawImageSection
  3. Well you can trigger back with triggerServerEvent Sending the values back to a handler on server-side.
  4. Esta pidiendo por un resource. Eso es claramente sobre MTA, aunque el foro correspondiente mas bien es el de Aportes. Topic Cerrado.
  5. Prueba esto: function dataer(playerSource, command, d) Raizz = xmlLoadFile("ranking.xml") wea = xmlFindChild ( Raizz, "Raiz", 0 ) optionsnode2 = xmlFindChild ( wea, "Puntos", 0 ) -- esto me da error, dice bad argument success = xmlNodeSetValue ( optionsnode2, d ) xmlSaveFile(Raizz) end addCommandHandler("num", dataer)
  6. No entiendo bien tu pregunta. Quieres agregar objetos al server, pero no usar LUA? No es posible.
  7. 0xCiBeR

    Ayuda!

    Con estas dos funciones: getTeamColor setVehicleHeadLightColor
  8. No estoy seguro de que Panel utilizas vos, pero puedes crear lo que necesitas con GUIEDITOR
  9. Yeah, that's BC#'s Script. Don't steal scripts, it's just not nice.
  10. Ahh ya te entendí, Lo que buscas es ese mismo radar pero sin la necesidad que se active por F5. Pues, no conozco ninguno, pero no puedes simplemente editar el script para que se auto-active?
  11. Se llama Maximap, buscalo en la comunidad. Saludos.
  12. A que te refieres con paypal verificada? Simplemente necesitas un paypal con una tarjeta de crédito-débito añadida. Automáticamente todos los meses te descuentan el valor del VDS. También puedes añadir directamente tu tarjeta de crédito-débito a su sistema, y esta te cobra todos los meses.
  13. With account functions you mean setAccountData? Well that's maybe posible with: --Storing a serial with setAccountData --Then on join use getAccounts--This will get a list of all accounts on the server --Then you can use getAccountData--To retrive the serial saved on that account Easier is XML functions tho.
  14. @EGC Kraken Por favor evita el Bump innecesario de temas. Gracias!
  15. XML functions maybe the best.
  16. Not Tested: addEventHandler ( 'onPlayerLogin', root, function ( _, theCurrentAccount ) local acc = getAccountName(theCurrentAccount) setPlayerName ( source, acc ) end ) function nickChangeHandler() cancelEvent() end addEventHandler("onPlayerChangeNick", root, nickChangeHandler)
  17. Prueba contactar directamente con ellos, ha sido la mejor solución en la mayoría de los casos. Saludos y espero se resuelva tu inconveniente.
  18. En mi opinión, cambiate de hosting. NFOSERVERS.COM ofrecen null routing de ataques DDoS que en conjunto con Internap tambien pueden bloquear ataques DrDDoS. En cuestion de minutos bloquearon el ataque y reportaron el ISP de origen. Realmente son altamente recomendables que te crean VDS de Windows Server sin costo adicional(en cualquier otro hosting te cobran la licencia) Saludos, y espero se resuelvan tus problemas. PD: Evita crear varios topics sobre lo mismo.
  19. Lo mas probable sea un problema del VPS. Yo tuve un VPS con Venezuela Servers por ejemplo y esta se caía a cada rato. Que proveedor de hosting usas?
  20. 0xCiBeR

    [HELP]Sounds

    playSound playSound3D
  21. Como es mas bien scripting, esta bien en su sección y con Sticky.
×
×
  • Create New...