Jump to content

Siyo

Members
  • Posts

    14
  • Joined

  • Last visited

Details

  • Location
    Slovenia

Siyo's Achievements

Square

Square (6/54)

0

Reputation

  1. I believe Paris and Amsterdam are GMT + 2 in the summer and GMT + 1 in the winter.
  2. No, I need this program to decompile files. There is no such thing for the latest version of Lua as far as I know.
  3. It's a bug in DP2. The Client doesn't unload the previous skin so when you go trough a lot of skins it begins to lag and eventually even crash. This has been fixed in DP3 though.
  4. ** -- Unhandled exception -- ** Time = Fri May 30 22:25:23 2008 Module = D:\Games\GTA San Andreas\gta_sa.exe Code = 0xC0000005 Offset = 0x006B18B0 EAX=00000000 EBX=00000800 ECX=00000254 EDX=00B44874 ESI=09DB0C18 EDI=00000000 EBP=7E42DEB2 ESP=0022FCB8 EIP=006B18B0 FLG=00010246 CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000 ** -- End of unhandled exception -- ** ** -- Unhandled exception -- ** Time = Fri May 30 23:39:11 2008 Code = 0xC0000005 Offset = 0x00000000 EAX=05291A88 EBX=05980D88 ECX=0B8095D0 EDX=582B00A9 ESI=0C532BC8 EDI=03C19354 EBP=058CBA10 ESP=0022F664 EIP=00000000 FLG=00010202 CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000 ** -- End of unhandled exception -- ** Edit: Added another one
  5. I guess you could do something like this InfoVeh = { id, pos_x, pos_y, pos_z, pos_za, color1, color2 } VehicleInfo = {} for i=1,700 do -- from VehicleInfo[1] to VehicleInfo[700] VehicleInfo[i] = InfoVeh end And later set the value like this: VehicleInfo[13].id = 12
  6. Was that suppose to be funny? Because half of your posts are dumb requests and the rest is flaming people that tried to help you.
  7. You can get the location and interior id here: http://development.mtasa.com/index.php? ... terior_IDs
×
×
  • Create New...