27.11.2014, 13:45
change this:
to this
edit: oh just realised someone already posted this aha, well this definitely seems to be the problem
also make sure capstartstring has it's correct size.
pawn Код:
gCapZone[i][czCappingTeam]=gPlayerInfo[playerid][pTeam];
pawn Код:
format(gCapZone[i][czCappingTeam], sizeof(gCapZone[i][czCappingTeam]), "%s", gPlayerInfo[playerid][pTeam]);
also make sure capstartstring has it's correct size.