Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.
Scammer edited this page Jun 23, 2018 · 4 revisions

Phone Icons:

enum PhoneAppIcon
{
	APP_CAMERA = 1,
	APP_CHAT,
	APP_EMPTY,
	APP_MESSAGING = 4,
	APP_CONTACTS,
	APP_INTERNET,
	APP_CONTACTS_PLUS = 11,
	APP_TASKS,
	APP_GROUP = 14,
	APP_SETTINGS = 24,
	APP_WARNING = 27,
	APP_GAMES = 35,
	APP_RIGHT_ARROW = 38,
	APP_TASKS_2,
	APP_TARGET,
	APP_TRACKIFY = 42,
	APP_CLOUD,
	APP_BROADCAST = 49,
	APP_VLSI = 54,
	APP_BENNYS = 56,
	APP_SECUROSERV,
	APP_COORDS,
	APP_RSS
        // Anything afterwards is just the camera icon from what I saw
}
Clone this wiki locally