-
Posts
1,518 -
Joined
-
Last visited
-
Days Won
8
Everything posted by Simple0x47
-
[TIP] Cheap VPS for Development/Early Access Server
Simple0x47 replied to Simple0x47's topic in Servers
1€. -
[TIP] Cheap VPS for Development/Early Access Server
Simple0x47 replied to Simple0x47's topic in Servers
Good service but ain't that cheap. -
Nonstandard GTA file: \audio\streams\CUTSCENE MD5sum for \audio\streams\CUTSCENE: 5b8fa39af1348d9e8f6ee8d6601c7f94 Size: 133519190 Value should be: c25fcaa329b3d48f197ff4ed2a1d2a4d Nonstandard GTA file: \text\american.gxt MD5sum for \text\american.gxt: fe4b7386f7149826ec682c5816f91ae4 Size: 751379 Value should be: 6791e6e0ffa6317af8a0dff648c9633d -- Event[0]: Log Name: Application Source: Application Error Date: 2018-07-24T12:46:03.000 Event ID: 1000 Task: Eventos de bloqueo de aplicaci�n Level: Error Opcode: Informaci�n Keyword: Cl�sico User: N/A User Name: N/A Computer: Franco-PC Description: Nombre de la aplicaci�n con errores: Multi Theft Auto.exe, versi�n: 1.10739.0.0, marca de tiempo: 0x581f79c2 Nombre del m�dulo con errores: ntdll.dll, versi�n: 6.1.7601.18247, marca de tiempo: 0x521ea91c C�digo de excepci�n: 0xc0000374 Desplazamiento de errores: 0x000c3873 Id. del proceso con errores: 0x2120 Hora de inicio de la aplicaci�n con errores: 0x01d42371ff5bbf26 Ruta de acceso de la aplicaci�n con errores: C:\Program Files\MTA San Andreas 1.5\Multi Theft Auto.exe Ruta de acceso del m�dulo con errores: C:\Windows\SYSTEM32\ntdll.dll Id. del informe: 3dac34ac-8f65-11e8-b5f3-003067d67633 Intenta realizar una reinstalación completa de GTA San Andreas y MTA. [Intenta usar un GTA SA como HOODLUM o original ya que los RIPs suelen dar problemas.]
-
Descargate el MTADiag, ejecutalo y sube el link de pastebin.mtasa.com que genera. https://mirror.multitheftauto.com/mtasa/utils/MTADiag.exe
-
Intenta ejecutar el GTA San Andreas y dinos si se ejecuta.
-
Aici nu cred ca o sa primesti foarte mult ajutor.
-
This is like: 'We don't want your money, but your scripts.'
-
Hay un límite de memoria para el streaming de objetos, pero para evitar cargas tan cercanas, crea dos objetos y que uno de ellos sea el LOD del primero. local OBJETO_I = createObject( model, x, y, z, rx, ry, rz ) local OBJETO_II = createObject( model, x, y, z, rx, ry, rz, true ) setLowLODElement( OBJETO_I, OBJETO_II ) engineSetModelLODDistance( model, 1000 )
-
Multi Theft Auto-Theme Fifa World Cup 2014
Simple0x47 replied to RuguxS's topic in Custom GUI Themes
No update for 2018's World Cup? -
Does some message pop up in the Server's console?
-
Try to replace your AUDIO/CONFIG with this one. https://www102.zippyshare.com/v/MMirtDrd/file.html
-
Primero, sección incorrecta. Segundo, seguramente sea debido a una mala transmisión de datos entre el cliente y el servidor [ LAG ]. Tercero, pasa pruebas gráficas si deseas que te ofrezcan ayuda con el problema.
-
Hello Community! Due to the fact this is not a post from the owner of a hosting company or related to the company, I've decided to recommend to you guys the services of ArubaCloud because there are so many resellers that just offer hosting solutions that really suck for non-realistic prices. ArubaCloud's cheapest option which only costs 1€/M ( VAT NOT INCLUDED ) is a good choice for mounting up a development or an early access server. Here's the link: https://www.arubacloud.com/vps/virtual-private-server-range.aspx Hope this information is gonna be useful for anyone out there planning to mount up a server for MTA and if someone knows even better and cheapest options let us know! Kind Regards, Simple01.
-
Well Cheat Engine has an injector too.
-
Enjoy those five days of vacation! I've never got banned by using a Trainer like Cheat Engine, just kicked.
-
Could you share with us details about your hardware? Cuz GTA IV needs some manual settings in order to function with new graphics cards.
-
I guess the problem was solved due to the lack of activity of the post's author.
-
Be sure you start MTA with your NVIDIA GPU then, it happens sometime to execute the .EXE's with the Integrated graphic. If this window shows up select the nVidia standard option. If this window doesn't show up then use this.
-
Maybe it's due to the FPS Limit that the servers in which you play have.
-
La cosa es que tu quieres uno ya hecho por que ya se te ha dicho como hacerlo, para ello descargate la página con un simple CTRL + S y a ver que te es útil.
-
Si quieres algo más permanente podrías hacer que dichos .XML se guarden tanto para server como client con el nombre del serial del cliente. Y así en caso de que el cliente no tuviera el .xml pero el server detectara un .xml con el serial del cliente, este podría recibir los datos del server sin pérdida alguna.
-
Tendrás que hacer uso del MTA_PHP SDK con el propósito de obtener la posición de los jugadores. Con dichas posiciones que si no recuerdo mal en el Eje X, Y tienen un rango de valores entre -3000 | 3000 ( 0 - 6000 hablando sin signo ). Pues lo que debes hacer es hacer uso de un mapa de GTA SA con 3000x3000 al cual le debes mantener la relación de aspecto en la representación gráfica que vas a hacer en la página web. Bien todo eso dicho, definiré 'SX' y 'SY' como el tamaño que va a tener el mapa en la página web, 'X' y 'Y' como las posiciones de un jugador en el juego, 'MX' y 'MY' como las posiciones del jugador en el mapa definiendo de esta manera las siguientes formulas: X = ( 3000 + MX ) * ( SX / 3000 ) Y = ( 3000 + MY ) * ( SY / 3000 ) Ahora la cosa esta en que descubras como emplear esta información y adaptarla a tu foro.
