30.10.2010, 04:30
Four questions:
Why are you looking for an optional string?
Where do you format "buss1", "buss2" and "buss3"?
What are you trying to do by this:
And are you using sscanf 2.0?
Why are you looking for an optional string?
pawn Код:
if( sscanf( params, "z", Name))
pawn Код:
Update3DTextLabelText(BIZ1, ORANGE, buss1);
Update3DTextLabelText(BIZ2, ORANGE, buss2);
Update3DTextLabelText(BIZ3, ORANGE, buss3);
pawn Код:
Businesses[Player[playerid][Business]][bName] = Name;