string not appearing normally?
#3

Try this.

pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    for (new i=0;i<gCapZones;i++)
    {
    ...
        if(!gCapZone[i][czCapping])
        {
            ...
            format(gCapZone[i][czCappingTeam], 128, "%s", gPlayerInfo[playerid][pTeam]);
            new capstartstring[100];
            format(capstartstring, sizeof(capstartstring), "%s is being captured by %s", gCapZone[i][czName], gCapZone[i][czCappingTeam]);
            SendClientMessageToAll(-1, capstartstring);
        }
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
string not appearing normally - by Capua - 27.11.2014, 08:14
Re: string not appearing normally? - by Capua - 27.11.2014, 13:22
Re: string not appearing normally? - by AlphaPac - 27.11.2014, 13:26
Re: string not appearing normally? - by Capua - 27.11.2014, 13:36
Re: string not appearing normally? - by Runn3R - 27.11.2014, 13:41
Re: string not appearing normally? - by PinkFloydLover - 27.11.2014, 13:45
Re: string not appearing normally? - by AlphaPac - 27.11.2014, 13:50
Re: string not appearing normally? - by Sawalha - 27.11.2014, 14:11
Re: string not appearing normally? - by Capua - 27.11.2014, 14:59

Forum Jump:


Users browsing this thread: 1 Guest(s)