Another Car Hellp
#4

pawn Code:
new neon;
    new neon2;
    new car = GetPlayerVehicleID(playerid);
    new Float:X, Float:Y, Float:Z;
    new Float:rX, Float:rY, Float:rZ;
    GetPlayerPos(playerid, X, Y, Z);
    neon = CreateObject(18647, X, Y, Z, rX, rY, rZ, 3.0);
    neon2 = CreateObject(18647, X, Y, Z, rX, rY, rZ, 3.0);
    AttachObjectToVehicle(neon, car, 1.0, 0.0, -0.5, 0.0, 0.0, 0.0);
    AttachObjectToVehicle(neon2, car, -1.0, 0.0, -0.5, 0.0, 0.0, 0.0);
theres have already the position of the neons just change the object id to the color neon you want ^^
Reply


Messages In This Thread
Another Car Hellp - by trapstar2020 - 25.09.2011, 03:12
Re: Another Car Hellp - by grand.Theft.Otto - 25.09.2011, 03:16
Re: Another Car Hellp - by Salsa - 25.09.2011, 03:24
Re : Another Car Hellp - by timaoux - 25.09.2011, 09:13

Forum Jump:


Users browsing this thread: 2 Guest(s)