SA-MP Forums Archive
GangZone - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: GangZone (/showthread.php?tid=80680)



GangZone - Koppa, - 05.06.2009

I'm trying to create a gang zone. That, I know how, but how to get player gang zone?

Just like:

Код:
if(!strcmp(cmdtext, "/hello", true))
{
   if(GetPlayerGangZone(playerid, zoneid)
     {
        SendClientMessage(playerid, MY_Color, "You have said hello to you soul");
        return 1;
     }
    
     else return SendClientMessage(playerid, MY_Color, "You are not in the hello area");
     }
I am not saying that the funtion GetPlayerGangZone Exists! But is that what I want to know, is there a funtion like this one I had give this example?


AW: GangZone - asdfgh98 - 31.05.2011

I need a GetPlayerGangZone function too D:


Re: GangZone - Wesley221 - 31.05.2011

You could try IsPlayerInRangeOfPoint, not sure if there is a getplayergangzone