Posts: 484
Threads: 189
Joined: Jun 2016
Reputation:
0
Hi,
How do i show a textdraw for player on screen when he isplayerinrangeofpoint ? and where to put it and how to use it with a and kinf od command!
Posts: 944
Threads: 128
Joined: Sep 2014
Reputation:
0
You could use it under OnPlayerUpdate, but the best option would be to use it under an one second timer.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Pro tip: Streamer plugin. Dynamic areas. OnPlayerEnterDynamicArea.
Posts: 190
Threads: 28
Joined: Jun 2017
Quote:
Originally Posted by Vince
Pro tip: Streamer plugin. Dynamic areas. OnPlayerEnterDynamicArea.
|
and how to know what area he enter ?
Posts: 1,506
Threads: 13
Joined: Jun 2015
Quote:
Originally Posted by HoussemGaming
and how to know what area he enter ?
|
I hope you aren't trying to be oversmart...
Simply assign the created area to a variable and if the area ID matches the variable, do your task.