How to get a car preview? anyone mind posting it down below? Thanks!
Its very simple just add this in your vehicle options
for example
void vehicleoptions(char* options, Hash vehiclename, char* Streamedtexture = "www_legendarymotorsport_net", char* textureName = "lms_pattern") {
DRAW_SPRITE(Streamedtexture, textureName, xCoordshere, yCoordshere, .15f, .15f, 0, 255, 255, 255, 255);
// your options code here
}
vehicleoptions("adder", "lgm_default", "adder");
you can find all the other vehicles type and name online or in OpenIV
for example
void vehicleoptions(char* options, Hash vehiclename, char* Streamedtexture = "www_legendarymotorsport_net", char* textureName = "lms_pattern") {
DRAW_SPRITE(Streamedtexture, textureName, xCoordshere, yCoordshere, .15f, .15f, 0, 255, 255, 255, 255);
// your options code here
}
vehicleoptions("adder", "lgm_default", "adder");
you can find all the other vehicles type and name online or in OpenIV
Users browsing: 3 Guest(s)