SA-MP Forums Archive
Problem with 3DTextLabel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with 3DTextLabel (/showthread.php?tid=581191)



Problem with 3DTextLabel - Edw - 11.07.2015

Hi, Please help me with a big problem .. because this 3dlabel server has an anonymous and can not let go but if I delete it works perfectly ... what is wrong with this label?

PHP код:
if(CarInfo[h][cOwned] == && IsAnOwnableCar(h))
        {
            new 
str[356];
            
format(strsizeof(str), "{00FF0B}Acest vehicul este de vanzare!\nModel: {FF0000}%s{00FF0B}\nPret: {FF0000}$%s{00FF0B}\nCar ID: {FF0000}%d{00FF0B}"VehicleNames[GetVehicleModel(h)-400], FormatNumber(CarInfo[h][cValue]), h);
            
Car3DLabel[h] = Create3DTextLabel(str0xFFFFFFFF0.00.00.07.000);
            
Attach3DTextLabelToVehicle(Car3DLabel[h], h0.00.00.0);
        }