Phones in GTA 2 Coding
Phones are primarily used for gang missions, but they can server other purposes too. Coloured phones have to be in a gang area in order for them to work, whilst the normal (blue) phones can be placed anywhere. I'm not going into detail about how to set up a phone with triggers, as the document is easy enough to read. So, here is the basic code for a phone:
OBJ_DATA uniquename = ( X , Y , Z ) rotation phonetype
Just add whatever name you like. For the phone type, there are four different types of phone listed below. Just add the code below to get the desired phone.
| Phone Image | Purpose | |
|---|---|---|
PHONE
|
| Information |
GREEN_PHONE
|
| Easy missions. |
YELLOW_PHONE
|
| Difficult missions. |
RED_PHONE
|
| Extremely difficult missions! |
(Originally written by Chris “Pyro” Hockley and formatted by Ben “Cerbera” Millard with full permission.)