05.06.2011, 15:41
https://sampwiki.blast.hk/wiki/Create3DTextLabel
so
PHP Code:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
PHP Code:
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,) ;