SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (/showthread.php?tid=644471)



Help - Ponga - 08.11.2017

As you can see the horse is too hight. how can i adjust it? or is there something wrong in code?

Код:
        ApplyAnimation(playerid, "BIKED", "BIKEd_Ride", 4.1, 0, 0, 0, 1, 0, 1);
        SetPlayerAttachedObject(playerid,0,11733,1,-0.276000,0.089999,-0.011999,178.699661,92.599975,3.100000,0.876001,0.734000,0.779000);



Re: Help - Eoussama - 08.11.2017

Use a filterscript that helps to adjust attached objects
https://sampforum.blast.hk/showthread.php?tid=416138


Re: Help - Ponga - 08.11.2017

Thanks for helping +Rep


Re: Help - DonaldDuck - 08.11.2017

Код:
		// Created by DonaldDuck(Skin ID 265) on 09/11/2017 21:06:11 (server time)
		SetPlayerAttachedObject(playerid, 0, 11733, 1, -1.358999, 0.527998, -0.001999, 94.999938, 68.299873, 85.599967);



Re: Help - Ponga - 08.11.2017

Thanks for helping me duck! now its everything works fine.