Gangzone problem
#2

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.

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);
Just like how you would create a gangzone.
Reply


Messages In This Thread
Gangzone problem - by ThePrince - 13.12.2014, 07:28
Re: Gangzone problem - by Sledgehammer - 13.12.2014, 07:41

Forum Jump:


Users browsing this thread: 1 Guest(s)