If Is Player In Gangzone... How to create a function like that ??
#1

Hi guys...

And I want to show other players if another player comes into their gangzone

Would this work --->

Код:
grovezone = GangZoneCreate(1923.388, -1930.57, 2847.478, -1492.37);

new Float: x, Float y;
GetPlayerPos(x,y,z,rotation);
GetPlayerName(name,sizeof(name));

if(x < 2847.478 && x > 1923.388 && y < -1492.37 && x > -1930.57)
{
format(string,sizeof(string),"%s Is In Grove Street Families Territority!",name);
SendClientMessageToAll(COLOR-PURPLE,string);
}
Could someone help me ?

Bearfist

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)