8 files liked
53 comments
2 videos
2 uploads
3 followers
717 downloads
@JackWednesday Right-click, edit with notepad
@Bjh1980Ohio ...If you need to ask that question then you are probably not gonna be making any mods...
I FOUND THE SECRET!!! JUST SAY "Grand Theft Auto, give me a small loan" and be amazed!!!
We're you too lazy to finish it?
this.menu = new UIMenu("", "HOME INVASION DEV TOOLS", new Point(0, -107));
this.menu.SetBannerType(new UIResRectangle(new Point(0, 0), new Size(0, 0), Color.FromArgb(0, 0, 0, 0)));
this.menuPool.Add(this.menu);
this.menu.AddItem(new UIMenuItem("Add Home Entry", "0 - Small Apt, 1 - Lowend House, 2- Beach Apt, 3 - Midrange House, 4 - Hotel Room, 5 - Mansion"));
this.menu.AddItem(new UIMenuItem("Reset"));
this.menu.OnItemSelect += (ItemSelectEvent) ((sender, item, index) =>
{
switch (index)
{
case 0:
this.entryPoints.Add(((Entity) Game.get_Player().get_Character()).get_Position());
this.homeTypes.Add(int.Parse(Game.GetUserInput(0)));
Blip blip = World.CreateBlip(((Entity) Game.get_Player().get_Character()).get_Position());
blip.set_Sprite((BlipSprite) 40);
blip.set_Color((BlipColor) 1);
blip.set_IsShortRange(true);
blip.set_Name("Home Invasion");
this.SaveData();
UI.ShowSubtitle("houseEntry added.");
break;
case 1:
this.ResetData();
UI.ShowSubtitle("houseEntries deleted.");
break;
}
});
@Tie-N Jet acuma ne mai trebuie si dacia logan si suntem in gta iv din nou =))))
It would be hilarious and actually kinda useful that if the mod dosent recronize the command it will say "I'm not sure I understand" and then you would have a choice between a male voice or a female voice
@jedijosh920 i know how to code but i dont know how to make NativeUI Mods
@mrchazta I'm not using asi anymore I'm using .net
@jedijosh920 can you help me i want to make a nativeui mod but i dont know how
@65536 i had to recode the whole thing so i dont know if it works right, but you can try:
http://www.mediafire.com/download/mv24tk9qowdq4x8/Fake5StarWantedLevel.asi
Controls:
F10 = Activate
NumPad9= Deactivate