05.06.2009, 19:06
I'm trying to create a gang zone. That, I know how, but how to get player gang zone?
Just like:
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?
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");
}

