26.07.2011, 20:43
I want to put neon in all cars and it should be permenent.Blue colour neon.Can anyone give me the code Please?
for(new i=1; i<MAX_VEHICLES; i++)
{
// Insert here the neon code. I have apsolutely no ideea how you want it.
}
public OnVehicleSpawn(vehicleid)
{
AttachObjectToVehicle( CreateObject(18648,0,0,0,0,0,0), vehicleid, 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle( CreateObject(18648,0,0,0,0,0,0), vehicleid, -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
return 1;
}