Jump to content

XaskeL

Members
  • Posts

    246
  • Joined

  • Last visited

  • Days Won

    5

XaskeL last won the day on September 14 2022

XaskeL had the most liked content!

About XaskeL

  • Birthday 25/02/2002

Details

  • Gang
    Russian Boy!
  • Location
    Taiga
  • Occupation
    Vodka, Bear!
  • Interests
    Balalaika

Recent Profile Visitors

7,013 profile views

XaskeL's Achievements

Red-Headed Stepchild

Red-Headed Stepchild (19/54)

74

Reputation

  1. https://github.com/multitheftauto/mtasa-blue/pull/2422 If this PR were adopted, you could just get the noise out of the way.
  2. #include "mta-helper.fx" texture gTexture; technique { pass P0 { Texture[0] = gTexture0; AlphaBlendEnable = true; } pass P1 { Texture[0] = gTexture; } }
  3. XaskeL

    4k scale

    Hi! You don't need to scale the interface size for monitors larger than the one on which the layout was printed and designed. It's enough just to put everything in the center, some elements really need to be stretched to the whole screen (like the background). But this is rather an exception to the rule.
  4. Element.TriggerEvent = function ( self, sName, ... ) return triggerServerEvent( sName, self, ... ); end; localPlayer:TriggerEvent( "onPlayerCatchAdvertise", "goverment" ); Maybe it will work.
  5. This problem persists in any case, regardless of when to hide the wheel. A little earlier it was different. https://github.com/multitheftauto/mtasa-blue/issues/2624
  6. I already thought of something like that when I had to pull a car in a drift to a pole in GTA. Of the good options that come to mind / or now come to mind - is to divide the table into clusters, which will activate on colshape which for example a radius of 100 meters and in those 100 meters about 20 positions that you need to handle. Then you don't have to make a huge iteration over the whole table. I hope I explained clearly
  7. What about counting with the player's rotation?
  8. Use "pattach" or "bone_attach" ( by CrystalMV ) and attach new weapon model to hand
  9. You need to remove the required object identifiers from the table.
  10. Dropbox: https://www.dropbox.com/s/bgs8dt7z62ctmct/test_empty.zip?dl=0
  11. You can replace the standard model with a transparent mesh or apply a shader to the standard model
  12. If there was an IDE that would analyze all classes, tables, etc. for the presence of any functions and offer options for the code, that would be great. I once had thoughts of writing my own IDE similar to VisualStudio, with all the useful things from VS, but I feel that it is very difficult and does not make sense.
  13. XaskeL

    Playing with a controller

    https://wiki.multitheftauto.com/wiki/SetPedAnalogControlState
  14. I remember carefully studying your works. Unfortunately, the site was destroyed by time, but thanks to those people that with the help of the wayback machine they were able to return what was lost. I still keep many of your works on my HDD! Many of them are still useful today, even bone_attach was useful to the community until recently. I am grateful to you for that.
  15. try this without detachElements and setCameraMatrix setCameraTarget( localPlayer )
×
×
  • Create New...