28.04.2009, 14:46
Hi guys...
And I want to show other players if another player comes into their gangzone
Would this work
--->
Could someone help me ?
Bearfist
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); }
Bearfist