12.03.2009, 08:16
Under OnPlayerConnect Like this
This would mean whenever a player joins the server, he can see the gangzone,
Hope I helped.
Код:
public OnPlayerConnect(playerid)
{
new gangzone;
gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
GangZoneShowForAll(gangzone,COLOR_RED);
return 1;
}
Hope I helped.

