@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.
@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)
@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.
Woa.
@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.
I WAIT more than 8 FUCKING MONTHS FOR THIS MOD!
THANK YOU @jedijosh920 !!! I LOVE YOU !
Look at it http://9gag.com/gag/aKqyrZQ
mhmm be honest :3 you find it on 9gag ?
@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.
@Aaronlelit A user already gived me le the list.
@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)
This remind me of WarZ/ISS
@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.