Neon lights problem
#1

I have a problem, with neon lights, it puts them in the ground and i've checked codes from few scripts and still getting this:

http://i.imgur.com/8d4eeaH.jpg

and this are the codes:

pawn Код:
VInfo[v][Neonke1] = CreateObject(18648,0,0,0,0,0,0);
        VInfo[v][Neonke2] = CreateObject(18648,0,0,0,0,0,0);
       
        AttachObjectToVehicle(VInfo[v][Neonke1], vehid, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0 );
        AttachObjectToVehicle(VInfo[v][Neonke2], vehid, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0 );
Reply
#2

PHP код:
AttachObjectToVehicle(VInfo[v][Neonke1], vehid, -0.80.0, -0.400.00.00.0 );
        
AttachObjectToVehicle(VInfo[v][Neonke2], vehid0.80.0, -0.400.00.00.0 ); 
Try this
Reply
#3

now you cant even see them
Reply
#4

-0.70 this is the Z offset, try highering it a little bit till you are satisfied with the pos ( try -0.60 to start, then higher it as long as they are near ground.)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)