12.08.2010, 13:57
I need some help.
I have a gang zone
I would like to display a message if someone enters this gang zone using IsPlayerInArea it sends them a message like "Welcome" for an example.
How would i do this?
I read tutorials, but not one of the ones i found actually told you where to go to get coordinates and which ones to use.
**what i tried**
I tried using my gang zone coordinates but that didn't work.
I have a gang zone
pawn Код:
gangzone = GangZoneCreate(1830.3060, -2460.9521, 1883.3285, -2406.4404);
I would like to display a message if someone enters this gang zone using IsPlayerInArea it sends them a message like "Welcome" for an example.
How would i do this?
I read tutorials, but not one of the ones i found actually told you where to go to get coordinates and which ones to use.
**what i tried**
I tried using my gang zone coordinates but that didn't work.