03.02.2011, 11:31
Hello Sa:MP
I need help now!
I have createt a gangzone
But now will i make that the "Team Terrorist" this gangzone conquer.
But how?
I need help now!
I have createt a gangzone
Код:
//====================== // Above OnGameModeInit: new GangZone1; // OnGameModeInit Insert public OnGameModeInit() { GangZone1 = GangZoneCreate(2090,34, -186,846, 2627,522, 291,9469); return 1; } // Player Spawn public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, GangZone1, 0x00FF4096); return 1; } //======================
But how?