Jump to content

Alexs

Members
  • Posts

    2,869
  • Joined

  • Last visited

Everything posted by Alexs

  1. Tendrás que usar un shader para eso.
  2. Las armas se pierden automáticamente al morir, tendrás que pasarlas a algún lugar y guardarlas desde ahí.
  3. Tampoco es tan así, el MTA es un juego de variados usuarios y siendo poco exigente, los usuarios en su mayoría tendrán computadores flojos, es decir, es el deber del creador del servidor hacer un servidor eficiente.
  4. Depende del mod, si pones mods ultra realistas que brillan y tienen reflejos incluidos, texturas HD y muchas caras en sus modelos ademas de colisiones ultra detalladas, obviamente laggeara a los de computadores menos veloces.
  5. Was reported cuz I paid you for this "exclusive" resource, then I told you it had bugs and you answer me, ":O you, its your problem i got the money ill re-sell to other" -.- Want to continue scamming more people with this resource? for people interested: Take care if u wanna buy something from this guy. Who the hell r u!? stop lying.. Please close this post and BTW ban this guy
  6. Alexs

    MTA Reboot my PC

    No, GTA:SA Single Player ( and the Local Server ) doesn't cause crashes. EDIT: Map Editor also cause crashes, i think there is some new graphic feature in the v1.3.3 that cause crashes in Intel GMA. -I downgraded MTA to v1.3.2 and the issue was solved, Thanks for your help ^^
  7. Alexs

    MTA Reboot my PC

    Dumps: http://205.196.123.34/wkpcy5g4jqog/9emi ... 73/dumps(2).zip
  8. Alexs

    MTA Reboot my PC

    Only happens when I play MTA and sometimes it appears a blue screen that says 'windows shut down to avoid errors'.
  9. Alexs

    MTA Reboot my PC

    Log: http://pastebin.mtasa.com/500725674 PD: It didn't happened in the v1.3.2, Where can i find a MTA v1.3.2 installer? PD #2: I tried to connect in my local server and it works, but in Xlatino and TG the PC is rebooted.
  10. Alexs

    MTA Reboot my PC

    New log: http://pastebin.mtasa.com/408160105 PD: Audio driver says: "Install Failure! Error Code: -0001"
  11. Alexs

    Ayuda shader

    Al jugador local, si.
  12. Alexs

    Ayuda shader

    Tendrás que utilizar algún método que permita que el lado del 'client' "sepa" que jugadores tienen su aura activado y aplicar el shader en todos ellos.
  13. Alexs

    Ayuda shader

    Tendrás que darles un indicador desde el server-side que se consiga y compare en client side; por ejemplo un 'trigger' o 'elementData'.
  14. Alexs

    Ayuda shader

    Para lo segundo: engineApplyShaderToWorldTexture ( myShader, "*", localPlayer ) Tendrás que reemplazar eso por un 'for-loop' con todos los jugadores que tengan el aura activada.
  15. Alexs

    Patriot

    usa bindKey y en el argumento de 'state' utiliza 'both' para ir alternando al presionar y soltar la tecla.
  16. Alexs

    MTA Reboot my PC

    Log File: http://pastebin.mtasa.com/606162734
  17. Alexs

    MTA Reboot my PC

    MTADiag says: 'Error starting the application, can't find MSVCP110.dll'.
  18. Alexs

    MTA Reboot my PC

    Hi, After i updated MTA to v1.3.3 my PC is rebooted when the 'Map Download' finish -I tried to use 'MTADiag.exe' but it says "MTADiag.exe isn't a valid Win32 application". PD: Sorry my bad english.
  19. Resource was reported in the Community add me in Skype if u want it
  20. SERVERSIDE function alarm(thePlayer, seat) local x,y,z = getElementPosition(source) if isVehicleLocked (source) then triggerClientEvent ( "Alarm", root, x, y, z ) --Quite el cancelEvent por que el vehículo ya esta bloqueado y reemplaze getRootElement por la variable 'root'. end end addEventHandler("onVehicleStartEnter", root,alarm) Clientside function Alarm(x,y,z) local nv = playSound3D("alarm.mp3", x,y,z, false) setSoundVolume(nv, 0.5) setSoundMaxDistance(nv, 20) end addEvent("Alarm",true) addEventHandler( "Alarm", root, Alarm)
  21. Eso es un argumento de la función para añadir columnas. bool scoreboardAddColumn ( string name, [ element forElement = getRootElement(), int width = 70, string friendlyName = name, int priority = slot after "name" column ] )
  22. Alexs

    Se puede?

    No, no puedes.
  23. https://wiki.multitheftauto.com/wiki/Sl ... BotSpawned playSound3D
×
×
  • Create New...