- 0
Problema Text.
-
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
Quasar
Problemă: Am facut un sistem de plate cu 3dtextlabel pentru vehicule , faza e ca daca ies de pe server si intru iar dispare textul insa ramane salvat in baza ex LS-97-EFL , am incercat la loadcar sa-l pun asa
LoadCar(); for(new h = carsonserver; h < sizeof(CarInfo); h++) { AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000); LoadComponents(h); format(TextCar, sizeof(TextCar), "%s-%s-%s", CarInfo[thiscar][cPlate1], CarInfo[thiscar][cPlate2], CarInfo[thiscar][cPlate3]); TextUpCar[h] = Create3DTextLabel(TextCar, 0x33AAFFFF , 0.0, 0.0, 0.0, 25, 0, 1); Attach3DTextLabelToVehicle(TextUpCar[h], h, 0.0, 0.0, 0.1); }Apare textul pe masina dar dispare cel de la case
Ce ai încercat să faci: Nu stiu ce sa fac.
Erori/atentionari: Nu am erori.
Cod sursă: -
Imagini: http://imgur.com/a/gE4aX
Precizări: Multumesc.
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now