Updated version of the original iFruitAddon by CamxxCore
An updated version of the original iFruitAddon by CamxxCore.
This is a developer resource, it allows you to handle the game’s phone to add contacts, change the button’s appearance, wallpaper, and more!
GTA V\scripts
directoryiFruitAddon2.ddl
in your project.iFruitAddon2.ddl
to ScriptHookVDotNet scripts folder.An example script is available here.
If you are used to iFruitAddon, you will see two main differences:
Close(int)
method when you no longer need the phone (conversation is over, etc.). This method will close the phone after the specified delay (in milliseconds). You can also call Close()
without argument to close the phone immediately.Close(int)
method. It is useful if you use a contact to open a NativeUI menu. Since NativeUI menus use the same controls to navigate as the phone, you can close the phone to avoid navigating in the menu while browsing your menu..Bold
property of iFruitContact
).