Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. ¿Será para ver el damaño que ha provocado el ataque del jugador, o no?
  2. Take a look at the CEgui properties.
  3. That thing it's not in meta.xml, take a look at the .lua files. These words may help you to find that function. setTimer addEventHandler vote
  4. addCommandHandler --Shared hasObjectPermissionTo --Server Side setElementData --Shared playSound --Client Side That's what you'll need
  5. The Romanian Section needs an Moderator. https://forum.multitheftauto.com/viewtopic.php?f=131&t=98574
  6. Hello, I'm pretty noob with advanced maths so could you guys help me? I'm using IPL coordinates which have the rotation in Quaternion but I tried o pass it to MTA:SA. I'm using right now https://wiki.multitheftauto.com/wiki/Quaternion but it's buggy sometimes. Any tip?
  7. Did you make player a table? Because I think it's a pre-defined variable. So make a table p = {}.
  8. Right now I'm converting all files. Thanks for your help.
  9. Simple0x47

    ayuda

    Y cual es el problema?
  10. I thought in that possibility too. But I saw already a server with GTA III map, so maybe the version of GTA III is the problem Who knows?
  11. I think I have both GTA III .img damaged or corrupted or something, because when I use VC models they work
  12. Still the same, and yes it's the full code because I'm testing with GTA III models.
  13. It's client-side, I tried with some mods of cars to see if it works and it works, but when I put the GTA III .txd and .dff it give's error. I don't get it
  14. Everything is defined good, just I don't know the cause why if I use GTA III txds they don't work. Any solution for that?
  15. Then maybe the error of the arguments may be incorrect. Check that please.
  16. What do you expect us to do? Because you just can use setElementData and setAccountData with the info obtained from data stored in the sql by the player.
  17. Be sure that the theme is defined in the resource (SDT_GUI).
  18. Why don't you convert the dxDrawImage coordenates into decimals by dividing your guiEditor output by your screen size? local x, y = guiGetScreenSize() --My screen size 1366x768 dxDrawImage(x*(500/1366), y*(312/768).[...])
  19. Hello MTA Community, I've been preparing all for get the Liberty City Map into a MTA Server. But I've tried to replace a simple model but I get a engineLoadTXD error with a file that I extracted from the gta3.img. Error loading '@engineLoadTXD'['car/pjs.txd'] And here the test code. function replaceModel() col = engineLoadCOL("car/industNW.col", 3781) engineReplaceCOL( col, 3781 ) pjs = engineLoadTXD("car/pjs.txd", 3781) engineImportTXD( pjs, 3781 ) dff = engineLoadDFF("car/ind_land101.dff", 3781) engineReplaceModel( dff, 3781 ) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) Thanks for your help.
  20. En todo caso sería Web Browser
  21. How I told you previously, use getDistanceBetweenPoints3D
  22. No lo entiendo con generic.ide y con gta3.ide se crashea. Pero luego he intentado comse.ide y comSE.ipl y funciona pero ocurre algo raro y deja el create object en 0, 0, 0, 0
  23. Lol intento llevar a cabo la acción con el gta3.ide y se peta, porqué sera?
  24. Tony he resuelto todo los errores, solo que no se como exportar los Ides y los Ipl. Me podrías ayudar con eso?
×
×
  • Create New...