bindEventHandler("OnResourceStart", thisResource, (event,resource) => {
gta.createBlip(BLIP_ROMAN,[815.8858032226562,-274.563232421875,14.757908821105957],2,0);
var model = parseInt();
var romancar = gta.createVehicle(-1932515764,[810.32275390625,-266.7314147949219,14.848393440246582]);
addToWorld(romancar);
});
I tried using thisgta.createBlip(27,[815.8858032226562,-274.563232421875,14.757908821105957],2,0);
that didnt work also tried the hexadecimal number but to no avail.Blip gta.createBlip(int icon, Vec3 position, [ int size = 2, int colour = 0 ])
I feel like i just missed a small thing i just dont know what.