Updated version of the original iFruitAddon by CamxxCore.
Allows you to handle the game's phone in order to add contacts, change the button's, wallpaper and more!
iFruitAddon2.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 delay you've specified (in milliseconds). You can also call Close()
without argument to close the phone immediatly.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
).