01.09.2014, 16:22
Hello, I made vehicle attachment, I enter some vehicle, attachment shows up but after 1 sec is removed.
Somebody have experience with this?
Thx
Somebody have experience with this?
Thx
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { VehObject[playerid] = CreateObject(18686, 0.0, 0.0, -50.0, 0.0, 0.0, 0.0, 250.0); AttachObjectToVehicle(VehObject[playerid], vehicleid, 0.000000, 1.964998, -2.905019, 0.000000, 0.000000, 0.000000); return 1; }