- 2,119
- 1,718
[CLEO] Компас:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 6.14.2013
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
$MARKER_EMMETS_N = Marker.CreateIconAndSphere(24, 0.0, 999999.0, 23.0)
$MARKER_EMMETS_S = Marker.CreateIconAndSphere(38, 0.0, -999999.0, 23.0)
$MARKER_EMMETS_W = Marker.CreateIconAndSphere(46, -999999.0, 0.0, 23.0)
$MARKER_EMMETS_E = Marker.CreateIconAndSphere(34, 999999.0, 0.0, 23.0)
:NONAME_90
wait 0
jump @NONAME_90
_________________________________________________________________________________________________________
[LUA] Компас:
-- By Vespan
function main()
addSpriteBlipForCoord(0.0, 999999.0, 23.0, 24) -- Север [C]
addSpriteBlipForCoord(999999.0, 0.0, 23.0, 34) -- Восток [В]
addSpriteBlipForCoord(-999999.0, 0.0, 23.0, 46) -- Запад [З]
addSpriteBlipForCoord(0.0, -999999.0, 23.0, 38) -- Юг [Ю]
wait(-1)
end
Откройте hud.7z и файл hud.txd в GTA_SA/models с заменой
Вложения
Последнее редактирование: