Jump to content

displayblod

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

displayblod's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. what client file? as I understood all this must be done only after this addEventHandler("onClientResourceStart", resourceRoot, function() setPlayerHudComponentVisible( "crosshair", false ) end ) otherwise how MTA will understand exactly what I want to do
  2. addEventHandler("onClientResourceStart", resourceRoot, function() setPlayerHudComponentVisible( "crosshair", false ) end ) I was finally confused this to "main.lua" in zip editor_main? and this to meta.xml in the same archive <meta> <script src="client.lua" type="client"/> </meta>
  3. im sorry for noob question, I need to just write this down in "main.lua" (MTA San Andreas 1.5>server>mods>deathmatch>resources>[editor]>editor_main>client), in any empty place? if yes, after just save it on notepad++?
  4. Hi! Is it possible to edited the map in MTA, transfer it to the original gta sa (single) map? ty I apologize if it was somewhere written, but I did not find
  5. function setCrosshairState(state) if not g_showCrosshair then return end local color = tocolor(255,255,255,102) if state == CROSSHAIR_WORLD then color = tocolor(255,255,255,255) elseif state == CROSSHAIR_WATER then color = tocolor(80,203,227,255) elseif state == CROSSHAIR_MOUSEOVER then color = tocolor(191,203,134,255) elseif state == CROSSHAIR_SENSITIVE then color = tocolor(255,0,0,255) end dxDrawImage ( g_screenX/2 - 16, g_screenY/2 - 16, 32, 32, "client/images/crosshair.png",0,0,0,color,false) g_crosshairState = state end I actually found this code, but unfortunately I do not understand much about it and do not know what to do with it. if it can be edited then using what? ty
  6. hi. for a long time I want to ask how to hide this sight? The thing is that I'm doing video creation using MTA, and this sight really hinders me. how to remove/hide it? Thank you https://imgur.com/6jy8llv
  7. здравствуйте, давно хочу поинтересоваться как скрыть этот прицел? дело в том что я занимаюсь видеотворчеством используя мта, и этот прицел мне очень мешает. как его убрать? спасибо https://imgur.com/6jy8llv
×
×
  • Create New...