10.01.2018, 22:25
I'm trying to make gun editing in vehicle, like in lsrp. The arrows are showing up, but i cloudn't move.
I'm using just
new vehicleid = GetPlayerVehicleID(playerid);
new ranche = CreateObject(3026, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0);
EditAttachedObject(vehicleid, 1);
or
EditObject(playerid, ranche);
its same problem for the either. And, its already setted to attach..
I'm using just
new vehicleid = GetPlayerVehicleID(playerid);
new ranche = CreateObject(3026, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0);
EditAttachedObject(vehicleid, 1);
or
EditObject(playerid, ranche);
its same problem for the either. And, its already setted to attach..