BusinessInfo[BusName], BusinessInfo[BusCost], BusinessInfo[BusSell], BusinessInfo[BusEarn], BusinessInfo[BusOwner]
Create3DTextLabel("%s ~n~~r~Cost price: $%d ~b~Sale price: $%d ~n~ ~g~Earn amount: $%d~n~~w~Owner: %s(%d)",0x008080FF,1960.3783, 1345.1572, 15.3746,40.0,0, BusinessInfo[BusName], BusinessInfo[BusCost], BusinessInfo[BusSell], BusinessInfo[BusEarn], BusinessInfo[BusOwner]);
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
new yostring[128];
format(yostring, 128, "%s ~n~~r~Cost price: $%d ~b~Sale price: $%d ~n~ ~g~Earn amount: $%d~n~~w~Owner: %s(%d)",BusinessInfo[BusName], BusinessInfo[BusCost], BusinessInfo[BusSell], BusinessInfo[BusEarn], BusinessInfo[BusOwner]);
Create3DTextLabel(yostring, 0x008080FF,1960.3783, 1345.1572, 15.3746, 40.0,0,) ;
new name[MAX_PLAYER_NAME], string[44];
format(string, sizeof(string), ("%s ~n~~r~Cost price: $%d ~b~Sale price: $%d ~n~ ~g~Earn amount: $%d~n~~w~Owner: %s(%d)",BusinessInfo[BusName], BusinessInfo[BusCost], BusinessInfo[BusSell], BusinessInfo[BusEarn], BusinessInfo[BusOwner]);
Create3DTextLabel(string,0x008080FF, 1960.3783, 1345.1572, 15.3746,40.0,0, 0)
pawn Code:
|