problem with code
#8

Code in functions should be put in compund blocks:
pawn Код:
public OnPlayerSpawn(playerid)
{
    for(new i=0; i < sizeof(ZoneInfo); i++)
    {
        GangZoneShowForPlayer(playerid, ZoneID[i], GetTeamZoneColor(ZoneInfo[i][zTeam]));
    }
    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)