- TogglePlayerUsingPhone(int playerid, int toggle)
With the option to set which menu the cell phone shows. Like:
ShowPhoneMenuForPlayer(playerid, menuid);
For example:
ShowPhoneMenuForPlayer(playerid, 0); //Show phone main page
ShowPhoneMenuForPlayer(playerid, 6); //Show phone wallpaper options
And
ShowPhoneMenuForAll(...);
Know what I mean?