GangZone
#1

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?
Reply
#2

I need a GetPlayerGangZone function too D:
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)