29.08.2010, 14:58
Use this, instead of the warning line:
pawn Код:
new string[128];
format(string, 128, "Your bizness entrance fee were setted to %s", Businesses[Player[playerid][Business]][bEntrance]);
SendClientMessage( playerid, WHITE, string);