SendClientMessage Not showing.
#1

The first two, and last two lines show, but not the middle.
I can not figure out why.
pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "{2F991A}|================{4000FF}[PLAYER STATISTICS]{2F991A}================|");
        format(StatsString, sizeof(StatsString),"{4000FF}Character: {2F991A}Name: {4000FF}[%s] ",CharName);
        SendClientMessage(playerid, COLOR_WHITE,StatsString);
        format(StatsString, sizeof(StatsString), "{4000FF}General: {2F991A}Playing Hours:{4000FF}[%d] {2F991A}- Bank:{4000FF}[$%d] {2F991A}- Street Rep:{4000FF}[%d] {2F991A}- GivableRep:{4000FF}[%d] {2F991A}- Job:{4000FF}[%s]", playinghours, bbalance, srep, grep, JobText );
        SendClientMessage(playerid, COLOR_WHITE,StatsString);
        format(StatsString, sizeof(StatsString), "{4000FF}Faction: {2F991A}Faction Name: {4000FF}[%s] {2F991A}- Faction Rank {4000FF}[%d]" , PlayerInfo[playerid][pFaction],PlayerInfo[playerid][pRank]);
        SendClientMessage(playerid, COLOR_WHITE,StatsString);
        SendClientMessage(playerid, COLOR_WHITE, "{2F991A}|===================================================|");
Line not showing at all:
pawn Код:
format(StatsString, sizeof(StatsString), "{4000FF}General: {2F991A}Playing Hours:{4000FF}[%d] {2F991A}- Bank:{4000FF}[$%d] {2F991A}- Street Rep:{4000FF}[%d] {2F991A}- GivableRep:{4000FF}[%d] {2F991A}- Job:{4000FF}[%s]", playinghours, bbalance, srep, grep, JobText );
        SendClientMessage(playerid, COLOR_WHITE,StatsString);
Reply


Messages In This Thread
SendClientMessage Not showing. - by Lynn - 15.05.2011, 16:42
Re: SendClientMessage Not showing. - by iGamer - 15.05.2011, 16:58
AW: SendClientMessage Not showing. - by The_$ - 15.05.2011, 17:22
Re: AW: SendClientMessage Not showing. - by Skylar Paul - 15.05.2011, 17:24

Forum Jump:


Users browsing this thread: 1 Guest(s)