Posts: 142
Threads: 58
Joined: Feb 2014
Reputation:
0
my server is RP , i want make to safe zone make people cant punching or shooting on that area and be freeze 5s after they gonna action the bad thing in pubblic place , anyone can help me this
thanks to vist my topic and sorry my bad english
Posts: 624
Threads: 110
Joined: Apr 2012
Reputation:
0
I am not sure if there is such FS, though try searching, and you can make your own.
Posts: 624
Threads: 110
Joined: Apr 2012
Reputation:
0
To make it simple for you.. in the OnPlayerGiveDamage you have to code if the players are in the range of the safe zone like IsPlayerInRangeOfPoint(playerid, range, x, y, z) then just freeze or do whatever you would like to do to the player who gives damage.