11.01.2011, 05:32
(
Последний раз редактировалось Outcast; 11.01.2011 в 13:08.
)
Quote:
Try using format instead to get around the issue:
pawn Код:
|
pawn Код:
COMMAND:test(playerid, params[])
{
new msg[50];
format(msg, 300, "The name of this faction is %s, Skin is: %i", Faction1[fFaction1][fFactionName], Faction1[fFaction1][fSkin4]);
SendClientMessage(playerid, COLOR_WHITE, msg);
return 1;
}