Jump to content

Arsilex

Members
  • Posts

    1,410
  • Joined

  • Last visited

Everything posted by Arsilex

  1. You can't the colshape almost like GTA's map size createColCuboid ( float fX, float fY, float fZ, float fWidth, float fDepth, float fHeight ) You need to use fDepth size smaller then u will be able to create the colShape.
  2. local theTable = fromJSON(owners) function isPlayerAccountInTable(thePlayer, theTable) local account = getPlayerAccount ( thePlayer ) if account then local accountName = getAccountName ( account ) if accountName then for i, k in ipairs(theTable) do if k == accountName then return true end end else outputChatBox("Cannot get account name") end else outputChatBox("Cannot get player's account") end return false end if isPlayerAccountInTable(getPlayerFromName("Arsilex"), theTable) then outputChatBox("Account found") end
  3. Buscador? CEF, por si no lo entendiste
  4. " buffer = buffer..data.content buffer = buffer.. "
  5. Se ve que ya actualizaron a la versión de Nightly por que a un amigo también le pasa ahora, es decir ahora también le da ese error 403.
  6. One friend just joined my server with a stable version and his getting the same error for some reason, do you know why?
  7. Thats is what i did but for some reason is installed again when i restart the mta, and yes i have it as stable version selected at the moment
  8. Hello, everybody right now i'm working with CEF and for unknown reason when i updated my mta to Nightly version i start getting 403 - Access Denied, when i reinstall the mta the problem is gone but if i restart the mta i mean close and open it again mta is getting updated or something like that and i get this problem again is there anyway to fix this i mean is this a bug from my scripts or this issues comes from Nigthly version?
  9. En el vídeo numero 3 empiezo a usar el micro creo que recordar.
  10. Bueno mi pregunta es, alguien sabe por que razón me sale "403 - Access Denied" cuando abro una pagina del buscador si reinstalo el mta me funciona hasta el próximo restart una vez que reinicio el mta me salgo algo de que se esta actualizando y una vez que vuelvo a entrar al servidor vuelve a salirme el error 403. Esto ha empezado a ocurrir después de que actualizara a la Nightly, ya he reinstalado el mta por completo es decir borrando todos los archivos y volviendo a instalar el mta y sigue ocurriendo alguna solución coherente?
  11. No funciona de esa manera, el evento onPlayerDamage como bien dice en español es Cuando el jugador es dañado es decir que este evento solo se ejecuta cuando un jugador es dañando lo que ahora mismo se me ocurre que puedas usar es onPlayerContact por que un objeto no puede ser dañado en si ya que no tiene vida.
  12. Arsilex

    60FPS

    Mi pregunta es existe alguna manera de hacer que el CEF funcione a 60 fps en vez de 30?
  13. Aquí tienes una pagina web: http://www.convertffs.com/ Te dejo un ejemplo de uso:
  14. Tendré en cuenta tu propuesta @Thomas. Así que lo preparare para el siguiente vídeo.
  15. Arsilex

    Circulo

    Nada, ya solucione mi duda fue un error mio por usar renderTarget se ve que disminuía la calidad de los pixeles o algo por el estilo.
  16. Arsilex

    Circulo

    Buenas tengo una pregunta alguien sabe la manera de crear un circulo en buena calidad? me refiero que de alguna manera tenga algo como antialiasing
  17. Estoy creando un sistemas bastante avanzado de esto que añade ademas de zombies, players y bots de slothbot es posible que dentro de unas 5 horas lo tenga publico. Edito: Al final no pude hacerlo te sugiero usar el de castillo como dijo el usuario de abajo
  18. As in the description of these page said: SA-MP Headshot Template [*] NB! NO SYSTEM! THIS IS UCP DESIGN W/ WEBSITE So that is why you dont have .php files because thats only the design
  19. Si se puede ya he visto esto antes en una image.
  20. function displayVehicleLoss(loss) setElementHealth(source, loss) end addEventHandler("onVehicleDamage", getRootElement(), displayVehicleLoss)
  21. Bueno estoy intentando hacer algo como en CS:GO que se dibujen las lineas en el jugador segun su modelo 3D y lo unico que he conseguido es esto: y yo quiero conseguir algo como Alguna idea mejor para hacer eso? Es decir lo que yo quiero es que dentro del objecto no se dibuje nada solo fuera de el como se ve en la segunda imagen Añado: estoy usando este shader: https://nightly.multitheftauto.com/files/shaders/ ... _shell.zip
  22. Can you please explain what do you mean with "non english system"?
×
×
  • Create New...