13.12.2014, 07:41
You can't detect if a player has left or entered a gang zone, although there are alternative ways of detecting this.
I suggest using streamer: https://sampforum.blast.hk/showthread.php?tid=102865 and doing area checks.
Just like how you would create a gangzone.
I suggest using streamer: https://sampforum.blast.hk/showthread.php?tid=102865 and doing area checks.
pawn Код:
native CreateDynamicRectangle(Float:minx, Float:miny, Float:maxx, Float:maxy, worldid = -1, interiorid = -1, playerid = -1);
pawn Код:
forward OnPlayerEnterDynamicArea(playerid, areaid);
forward OnPlayerLeaveDynamicArea(playerid, areaid);