Hi,
Is there a way to search discussed topic, i can't find a searchbar to find specific topics.
Oh hi there, just a guy figuring out how to make a mod for GTA V
Hi,
Is there a way to search discussed topic, i can't find a searchbar to find specific topics.
hi,
Is there any way to open the Fleeca vault door?
https://drive.google.com/file/d/1PdUy2d5dVCfspmNfM_KELHu1fKR3x_Ux/view?usp=sharing
Well i have tried this.
https://gtaforums.com/topic/812228-adding-contacts-to-ifruit-research/
it is really outdated, but they have managed to do it. i have tried it with the new native function, but yet i get nothing.
Hi,
I want to know if it is possible to add a custom contact in your phone, if so, can you show me how?
@JustDancePC thank you it works, but i got a question, is LemonUI better then NativeUI, or is it just ur preference
Hi,
I have a Menu with submenus in it, when you press on an item, the submenu will ofcourse open. Down in the else statement i don't want it to be open, how can i do this?
MainMenuWeapons.OnItemSelect += MainMenuWeapons_OnItemSelect;
private void MainMenuWeapons_OnItemSelect(UIMenu sender, UIMenuItem selectedItem, int index)
{
for (int i = 0; i < WeaponsSpecialList.Count; i++)
{
if (selectedItem == MenuWeaponsList[i].ParentItem)
{
if (MenuWeaponsItemListLevel[i] <= PlayerLevel)
{
if (!WeaponsSpecialList[i].Item5)
{
GivePlayerWeapon(WeaponsSpecialList[i].Item3, i, true);
}
break;
}
else
{
//Here i don't want to open the submenu, but how?
Notification.Show("You need to be Level " + MenuWeaponsItemListLevel[i] + " to unlock this item");
break;
}
}
}
}
@Niziul It worked!! Thank you for your time and thank you for helping me, i really appreciated!
@Niziul Thank you very much, I can see the UI but it disappears very fast, the number 5 in the param isn't the time of the UI, but the Col id i saw on the link you shared. How can i set the time for it?
Well i have tried the BigMessageHandler, the BigMessageHandler class is using the Scaleforms but i still get nothing
if (e.KeyCode == Keys.F3)
{
BigMessageHandler UIHandler = new BigMessageHandler();
UIHandler.ShowMissionPassedMessage("Nice", 5000);
}
Hi,
Is it possible to get the "Mission Passed" UI, and changed the text to something else?
Don't know the Mission Passed UI? click here to see what i mean