Jump to content

UserToDelete

Members
  • Posts

    766
  • Joined

  • Last visited

Everything posted by UserToDelete

  1. Um pouco mais informações sobre o seu anfitrião ajudaria a vender mais, mesmo assim, os preços são exorbitantes
  2. create radarArea and use onClientRender, is more effective i think
  3. Para los actuales clientes de pago! Promocion donde puedes llevarte tu y tus amigos un descuento importante! Refiere a un amigo tuyo a comprar un servidor en CyDrio y lleva un 4% de descuento por cada amigo que traigas, y tu amigo a la vez, tendrá un 10% de descuento mientras estes en el hosting! Referidos Validos hasta 1/12/2015, pasada esta fecha, no se podran traer mas referidos, pero si se mantendran los que ya tienes! Mas informacion: https://www.cydrio.com/es/promo.pdf Responsable del usuario la colocacion de la imagen en la firma del foro y de su correcto enlace EDIT: Los precios en la pagina han sido actualizados, han subido ligeramente debido a la seguridad que ofrezco y que otros host no tienen
  4. Some graphic cards are not compatible with Grand Theaft Auto San Andreas, anywhere, you can try with virtual machine with Windows 7 or XP but not 8 or 10? Personally, windows 10 is the biggest scam that could have cast Your PC are not optimiced on hardware to use W10, none are, but benefits are first. pD: on Single Player, bug persist?
  5. grupos_acl = {"Admin", "SuperModerator", "Moderator"} addCommandHandler("jet", function (source) for k,v in ipairs(grupos_acl) do if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup(v)) then if doesPedHaveJetPack(source) then removePedJetPack(source) break else givePedJetPack(source) break end end end end )
  6. You cant do that. i mean same record to two different IPs simultany www record >>> 173.56.27.48 and 163.57.26.4 simultany
  7. That's not up to MTA to decide. DNS handles the requests, not MTA. DNS cant handle multiple IPs from same DNS, www.example.com points to same IP, not multiple servers like this problem
  8. Esto tambien podria funcionar? La variable solo conductor, restringe al conductor en true, o a todo el que se suba en false, teoricamente solo_conductor = true function in_array(tab, value) for k,v in pairs(tab) do if value == v then return true end end return false end --https://wiki.multitheftauto.com/wiki/Vehicle_IDs#Government_Vehicles vehiculos = {--[[ 433, 427, 490, 520, 598, 596, 597, 601, 599, 432 ]]} addEventHandler("onVehicleStartEnter", root, function (player, sit, jack, door) if in_array(vehiculos, getElementModel(source)) and (door == 0 or not solo_conductor) then if not hasObjectPermissionTo(player, 'command.kick') then outputChatBox("Solo administradores pueden conducir este vehiculo", player) cancelEvent() end end end )
  9. Depends of number of querys, but if in the past works fine and now not.. must be a software problem, i don't know more. i surrender from this topic Last i know, Windows 10 use different library from another windows (more heavy or more shitty, like Microsoft), can be that, try mounting a Windows XP on a VMWare Station After trying on a Virtual Machine, tell us if you got fixed, if you got fixed, it is a bug from Windows 10 with MTA:SA Compilation
  10. En algunas funciones 'nil' las reconoce como un error, y 'false' como un argumento PD: Deberias optimizar un poco el script, ya que tranquilamente puedes sacar 500 lineas de ahi
  11. He is asking downloads by PHP script It is teorical possible, with rewrite mod for Apache2 I don't use Apache, so I don't know. What I do know is DNS A-records are far more easier to add. Just my two cents, but whatever. MTA only can download directly by one DNS, you can use an NO HTTP server for downloadFile() function alternative
  12. I dont know how modloader are scripted, i recommend you to create an script using that functions
  13. Not all PCs have same hardware of software added, minimal variation can cause apocalypse
  14. He is asking downloads by PHP script It is teorical possible, with rewrite mod for Apache2
  15. tried the script, didnt work. i added it to a zip file, put a working meta in, and added it to the server but it didnt do anything Because an error in lua stops reading. Linea 1 undefined variable as function (setPlayerNametagShowing are function, read wiki), my script perfectly works without first line
  16. Pero insisto, ese evento seria triggeado cada vez que clickes, lo que resulta innecesario cuando existe onElementClicked, para este problema sería mucho mas util
  17. El evento OnElementClicked te pudo haber servido para todo esto
  18. No entiendo bien tu ayuda, Usas F8 pero pides ayuda de ver un mensaje en chatBox cuando mueres y lo ocultas?, No he entendido este problema Haber me explico, yo no puse todo el codigo donde trigreo a serverside para que se spawnee solo puse un outputChatBox para comprobar que al dar click al ped si se ejecuta la funcion pero no se ejecuta nada, no se si me explique bien. Pero hijo mio, para hacer una prueba normalmente yo quito showChat(false), ya luego cuando lo tenga completo descomento esa linea, en mis pruebas de script tengo comentado de 50 a 200 lineas en modo test (en un save system, por ejemplo)
  19. No entiendo bien tu ayuda, Usas F8 pero pides ayuda de ver un mensaje en chatBox cuando mueres y lo ocultas?, No he entendido este problema
  20. Bueno, o que no oculte el chat, que ocultes el chat no significa que no puedas hablar Es otra opción. Normalmente quieres ocultar el chat entre otras cosas, para que no puedas comunicarte hasta spawnear, pero claro, pulsando F8 y con el comando say se puede
  21. Bueno, o que no oculte el chat, que ocultes el chat no significa que no puedas hablar
  22. UserToDelete

    Copiadores

    Manda PM ao usuario ccw
×
×
  • Create New...