Help Safezone
#1

I want the player when entering the Safezone area to display a notification that this is the Safezone area until the player leaves the area then will no longer show up, how to do this?
Reply
#2

You'd probably be best using OnPlayerEnterDynamicArea.

Other than that, you need to start posting proper topics, and start providing code rather than hoping that someone will hand you what you want.


Also, learning to script is a big portion of how people do all of this.
Reply
#3

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
You'd probably be best using OnPlayerEnterDynamicArea.

Other than that, you need to start posting proper topics, and start providing code rather than hoping that someone will hand you what you want.


Also, learning to script is a big portion of how people do all of this.
I need a tutorial tutorial for a sample code
Reply
#4

As Sew said. You can use OnPlayerEnterDynamicArea. Use an Array storing the boundaries of a GangZone(Safe Zone in your case). Use That array with OnPlayerEnterDynamicArea to check if the coordinates are INSIDE the boundaries of a SafeZone. If it is, SendClientMessage or PlayerTextDrawShow what ever you can use.
Reply
#5

Quote:
Originally Posted by GTLS
Посмотреть сообщение
As Sew said. You can use OnPlayerEnterDynamicArea. Use an Array storing the boundaries of a GangZone(Safe Zone in your case). Use That array with OnPlayerEnterDynamicArea to check if the coordinates are INSIDE the boundaries of a SafeZone. If it is, SendClientMessage or PlayerTextDrawShow what ever you can use.
do not what of this section, it is in
Filterscripts ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)