29.01.2010, 18:53
Quote:
Originally Posted by [N
Dakota ]
Look on when the gangs spawn, i assume gTeam, where it shows OnPlayerSpawn the team select, do GivePlayerWeapon there. |
Код:
public OnPlayerSpawn(playerid) { GivePlayerMoney(playerid, PocketMoney); SetPlayerInterior(playerid,0); TogglePlayerClock(playerid,1); GangZoneShowForPlayer(playerid, Grovestreet, 0x00800096); GangZoneShowForPlayer(playerid, Bikers, 0x80808096); GangZoneShowForPlayer(playerid, Ballas, 0x40008096); GangZoneShowForPlayer(playerid, Aztecas, 0x00FFFF96); GangZoneShowForPlayer(playerid, Themafia, 0x3C3C3C96); GangZoneShowForPlayer(playerid, TheTriads, 0xC0C0C096); GangZoneShowForPlayer(playerid, Danang, 0x00000096); GangZoneShowForPlayer(playerid, Vagos, 0xFFFF0096); return 1; }