- 0
Problema
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
cr3azy
Am o problema, deci am un gamemode GF editat si am un sistem de dealership la masini personale, totul ok, dar dupa ce cumpar masina as vrea sa-mi apara un 3dtext pentru ea, dar nu apare
Code: [select]
CarInfo[thiscar][cOwned] = 1;
strmid(CarInfo[thiscar][cOwner], sendername, 0, strlen(sendername), 999);
format(CarInfo[thiscar][cDescription], 32, "%s",vehName[GetVehicleModel(GetPlayerVehicleID(playerid))-400]);
format(CarInfo[thiscar][cDescription], 32, "%s",vehName[GetVehicleModel(GetPlayerVehicleID(playerid))-400]);
format(CarInfo[thiscar][cLicense], 32 ,"LS-10-Legacy");
SetVehicleNumberPlate(thiscar,CarInfo[thiscar][cLicense]);
format(TextCar, sizeof(TextCar), "%s", CarInfo[thiscar][cLicense]);
TextUpCar[thiscar] = Create3DTextLabel(TextCar, 0x33AAFFFF , 0.0, 0.0, 0.0, 25, 0, 1);
Attach3DTextLabelToVehicle(TextUpCar[thiscar], thiscar, 0.0, 0.0, 0.1);
Va rog daca puteti sa ma ajutati
2 answers to this question
Recommended Posts