Posts: 328
Threads: 79
Joined: Jan 2011
How can i do this? When a players enters certain area , with boundaries on 4 sides and a text display saying the custom area name, Like if we go to san fierro , in single players by default a text appears how can i do that
Posts: 328
Threads: 79
Joined: Jan 2011
No not actuallY, I meant that, how can i create my custom area names?
Posts: 2,038
Threads: 17
Joined: Aug 2010
Reputation:
0
First you'll have to create the area's, then gametext or textdraw for player when he enters the area.
Simple.
Posts: 328
Threads: 79
Joined: Jan 2011
Whats the line to create an area and whats the function is there any like onplayerenterarea or somethign?
Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
EnableZoneNames(); was removed according to the wiki. You could use incognito's streamer plugin for the areas it has callbacks for when you enter/leave an area.
EDIT: Too late.