10.04.2014, 21:50
Код:
GZ_ZONE1 = GangZoneCreate(-3000,-3070.3125,3035.15625,3000); GangZoneShowForAll(GZ_ZONE1, 0x00000096); new GZ_ZONE1; public OnGameModeInit() { GZ_ZONE1 = GangZoneCreate(-3000,-3070.3125,3035.15625,3000); return 1; } public OnPlayerConnect(playerid) { GangZoneShowForAll(GZ_ZONE1, 0x000000FF); return 1; }