15.06.2014, 08:39
PHP код:
format(str,128,"\"%s\"\Open For Buy",VehNames[GetVehicleModel(i)-400]);
Update3DTextLabelText(TextCar[i],COLOR_GREEN,str);
Attach3DTextLabelToVehicle(TextCar[i],i,0.0,0.0,0.0);
And if i buy car this is set 3dtextlabel buy its not set the owner
Example: "infernus" the owner is .
PHP код:
format(str,128,"\"%s\"\the owner is %s",VehNames[GetVehicleModel(vehicleid)-400]),GetName(playerid);
Update3DTextLabelText(TextCar[vehicleid],COLOR_RED,str);
Attach3DTextLabelToVehicle(TextCar[vehicleid],vehicleid,0.0,0.0,1.0);