16.07.2011, 21:14
When someone enters the car, there should come neon under the car but it just doesnt appear..
Also if i use the /neon dialog script, neon doesnt show up..
Код:
public OnPlayerEnterVehicle(playerid, vehicleid)
{
new neon = CreateObject(18647,0,0,0,0,0,0,100.0);
new neon1 = CreateObject(18647,0,0,0,0,0,0,100.0);
AttachObjectToVehicle(neon, car[playerid], -0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
AttachObjectToVehicle(neon1, car[playerid], 0.8, 0.0, -0.70, 0.0, 0.0, 0.0);
return 1;
}


