SA-MP Forums Archive
Object cmd - 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: Object cmd (/showthread.php?tid=497326)



Object cmd - Ananisiki - 26.02.2014

~~~~~~~~


Re: Object cmd - $Marco$ - 26.02.2014

pawn Код:
new Float:px, Float:py, Float:pz;
    GetPlayerPos(pID, px, py, pz);
    AttachingPlayerObjects[pID] = SetPlayerAttachedObject(pID, 0, objectid, 2, 0.101, -0.0, 0.0, 5.50, 84.60, 83.7, 1, 1, 1, 0xFFFFFFFF);



Re: Object cmd - newbienoob - 26.02.2014

I think you might wanna attach the object to pID instead of playerid.


Re: Object cmd - Ananisiki - 26.02.2014

~~~~~~


Re: Object cmd - Ananisiki - 26.02.2014

~~~~~~