Yükleniyor...
davidro99
Campulung Moldovenesc
8 dosya beğenildi
53 yorum
2 video
2 yükleme
3 takipçi
615 indirme
  • Chop

    @JackWednesday Right-click, edit with notepad

    2 Kasım 2016, Çarşamba
  • Chop

    @Bjh1980Ohio ...If you need to ask that question then you are probably not gonna be making any mods...

    1 Kasım 2016, Salı
  • Chop

    I FOUND THE SECRET!!! JUST SAY "Grand Theft Auto, give me a small loan" and be amazed!!!

    30 Ekim 2016, Pazar
  • Chop

    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;
    }
    });

    30 Ekim 2016, Pazar
  • Chop

    @Tie-N Jet acuma ne mai trebuie si dacia logan si suntem in gta iv din nou =))))

    4 Mart 2016, Cuma
  • Chop

    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

    4 Mart 2016, Cuma
  • Chop

    @jedijosh920 i know how to code but i dont know how to make NativeUI Mods

    4 Aralık 2015, Cuma
  • Chop

    @mrchazta I'm not using asi anymore I'm using .net

    3 Aralık 2015, Perşembe
  • Chop

    @jedijosh920 can you help me i want to make a nativeui mod but i dont know how

    2 Aralık 2015, Çarşamba
  • Chop

    @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

    2 Aralık 2015, Çarşamba