28.04.2010, 05:37
pawn Код:
// Top of script
new gzone;
// OnGameModeInit
gzone = GangZoneCreate(2638.322, -2617.477, 2824.661, -2333.239);
// PlayerSpawn
GangZoneShowForPlayer(playerid, gzone, 0xA600FF48); // Can change the pawn color to what you want, keep the alpha part the same though, its pretty much what you need.