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



SetPlayerattachedObject - R4VER - 20.08.2012

hey guys ... there is a simple and noob question ^^
how to use more than 1 attached objects by using SetPlayerAttachedObject ?


Re: SetPlayerattachedObject - kbalor - 20.08.2012

Код:
SetPlayerAttachedObject( playerid, 0, ObjectID, 5, 0.053428, -1.382621, -1.994119, 325.846374, 1.167475, 0.000000, -22.718177, 1.000000, 1.458621 );]
Код:
SetPlayerAttachedObject( playerid, 1, ObjectID, 5, 0.053428, -1.382621, -1.994119, 325.846374, 1.167475, 0.000000, -22.718177, 1.000000, 1.458621 );
Код:
SetPlayerAttachedObject( playerid, 2, ObjectID, 5, 0.053428, -1.382621, -1.994119, 325.846374, 1.167475, 0.000000, -22.718177, 1.000000, 1.458621 );
Change the index.

Anyway: [p3]pr0t0typ3


Re: SetPlayerattachedObject - [p3]pr0t0typ3 - 20.08.2012

Im not him xD hes just my friend we work on two different servers,silly kbalor


Re: SetPlayerattachedObject - R4VER - 20.08.2012

Kbalor if you really think im prototype , then just report me... :P


Re: SetPlayerattachedObject - kbalor - 20.08.2012

I'm not that person Sorry i won't report you. And I can see that you work together and thats cool


Re: SetPlayerattachedObject - [p3]pr0t0typ3 - 20.08.2012

Quote:
Originally Posted by kbalor
Посмотреть сообщение
Код:
SetPlayerAttachedObject( playerid, 0, ObjectID, 5, 0.053428, -1.382621, -1.994119, 325.846374, 1.167475, 0.000000, -22.718177, 1.000000, 1.458621 );]
Код:
SetPlayerAttachedObject( playerid, 1, ObjectID, 5, 0.053428, -1.382621, -1.994119, 325.846374, 1.167475, 0.000000, -22.718177, 1.000000, 1.458621 );
Код:
SetPlayerAttachedObject( playerid, 2, ObjectID, 5, 0.053428, -1.382621, -1.994119, 325.846374, 1.167475, 0.000000, -22.718177, 1.000000, 1.458621 );
Its not working for me,they dont appear now


Re: SetPlayerattachedObject - kbalor - 20.08.2012

Quote:
Originally Posted by [p3]pr0t0typ3
Посмотреть сообщение
Its not working for me,they dont appear now
Did you copy the whole code?