Loading...
68 files liked
126 comments
2 videos
3 uploads
5 followers
34.717 downloads
  • 0ad432 image 2021 01 21 143807

    @Rambosmother
    Hi, you can make a new version of this mod if you want.
    But, do NOT credit me. (I know It sound weird, but I have my reasons)
    I wish you well in your work!

    This account is outdated and I will not update my mods anymore.
    Also, this website doesn't allow users to remove their own comments,
    so I prefere to not use this comment section anymore.

    02. feb 2021
  • 0ad432 image 2021 01 21 143807

    Woa.

    10. jul 2016
  • 0ad432 image 2021 01 21 143807

    @Gianlussa in source code , if you never work on code I don't think you can do it by yourself, that's why I want him to update it.

    28. jun 2016
  • 0ad432 image 2021 01 21 143807

    I WAIT more than 8 FUCKING MONTHS FOR THIS MOD!
    THANK YOU @jedijosh920 !!! I LOVE YOU !

    05. maj 2016
  • 0ad432 image 2021 01 21 143807

    Look at it http://9gag.com/gag/aKqyrZQ
    mhmm be honest :3 you find it on 9gag ?

    30. apr 2016
  • 0ad432 image 2021 01 21 143807

    @Guadmaz
    This mod is awesome but drugdealers blips are stacking. I'm not sure but this fix should work :

    Replace this method :
    ---------------------------
    public DrugDealer(Vector3 Location, float heading)
    {
    Position = Location;
    Heading = heading;

    DealBlip = World.CreateBlip(Position);
    DealBlip.Sprite = BlipSprite.Drugs;
    DealBlip.IsShortRange = true;
    }
    ---------------------------

    With this method :
    ---------------------------
    public DrugDealer(Vector3 Location, float heading)
    {
    Position = Location;
    Heading = heading;

    Blip[] activeblips = World.GetActiveBlips();
    foreach (Blip activeblip in activeblips)
    if (activeblip.Position == Position)
    activeblip.Remove();

    DealBlip = World.CreateBlip(Position);
    DealBlip.Sprite = BlipSprite.Drugs;
    DealBlip.IsShortRange = true;
    }
    ---------------------------

    Sorry for my english skill :d.

    27. apr 2016
  • 0ad432 image 2021 01 21 143807

    @Aaronlelit A user already gived me le the list.

    26. apr 2016
  • 0ad432 image 2021 01 21 143807

    @jedijosh920 I want to restart modding in c# now but the website with list of all animations is down : http://www.gta5-mystery-busters.onet.domains/tools/anims.php
    Do you know where I can find all animation and senario of gta 5 (I search guitar senario) ?
    (Sorry for my english skill, i'm french)

    26. apr 2016
  • 0ad432 image 2021 01 21 143807

    This remind me of WarZ/ISS

    23. apr 2016
  • 0ad432 image 2021 01 21 143807

    @df_hw
    https://www.youtube.com/watch?time_continue=37&v=Ftlyq5uALAM
    Look on top left of the video. The interface is blurred. Your mod affect all menue of the game too.

    23. apr 2016