14.03.2012, 13:22
Well something like this in your script
i think maybe this will work or not
pawn Код:
new mycar[MAX_PLAYERS];
mycar[playerid] = GetPlayerVehicleID(playerid);
AttachObjectToVehicle(GetPVarInt(playerid,"OB1"),mycar[playerid],-0.4000,-0.2000,0.8500,0.0000,0.0000,0.0000);
AttachObjectToVehicle(GetPVarInt(playerid,"OB2"),mycar[playerid],00.4000,-0.2000,0.8500,0.0000,0.0000,0.0000);