problem with code
#7

here more lines:
Код:
public OnPlayerSpawn(playerid)
for(new i=0; i < sizeof(ZoneInfo); i++)
{
	GangZoneShowForPlayer(playerid, ZoneID[i], GetTeamZoneColor(ZoneInfo[i][zTeam]));
}

stock GetTeamZoneColor(teamid)
{
	switch[100](teamid)
	{
		case TEAM_GROVE: return 0x00FF0088;
		case TEAM_BALLAS: return 0xFF00FF88;
		case TEAM_VAGOS: return 0xFFFF0088;
	}
	return -1;
}
Reply


Messages In This Thread
problem with code - by Anfaradus - 09.02.2015, 15:56
Re: problem with code - by Schneider - 09.02.2015, 16:29
Re: problem with code - by Raidensama - 09.02.2015, 16:36
Re: problem with code - by CalvinC - 09.02.2015, 16:37
Re: problem with code - by Raidensama - 09.02.2015, 16:54
Re: problem with code - by Vince - 09.02.2015, 16:59
Re: problem with code - by Anfaradus - 09.02.2015, 17:16
Re: problem with code - by CalvinC - 09.02.2015, 17:28
Re: problem with code - by Anfaradus - 09.02.2015, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)