11.04.2013, 05:25
The fixed lines i.e. 49702-49705:
For line 49702, show us the array of BizInfo.
pawn Код:
format(BizInfo[bizid][bDescription], sizeof(string), "%s", bizname);
format(string, sizeof(string), "You have set the business name to %s", bizname);
SendClientMessageEx(playerid, COLOR_WHITE, string);
DestroyPickupEx(BizInfo[bizid][bPickupID]);