01.11.2015, 14:28
In another post check this out:
And I search, and found one post in forum germany, and I decided to bring their respective credits.
Attach3DTextLabelToObject
if you created more than 1,000 Attach3DTextLabelToObject, all labels will be updated by ~9ms!
Include:
Download:
Link pastebin
Link mediafire
Credits:
Quote:
Here we are with the new topic, seeing as Garsino has left SA:MP.
FUNCTIONS pawn Код:
|
Attach3DTextLabelToObject
pawn Код:
native Attach3DTextLabelToObject(Text3D:id, objectid, Float:OffsetX, Float:OffsetY, Float:OffsetZ);
native Detach3DTextLabel(Text3D:id);
native AttachPlayer3DTextLabelToObject(playerid, PlayerText3D:id, objectid, Float:OffsetX, Float:OffsetY, Float:OffsetZ);
native DetachPlayer3DTextLabel(PlayerText3D:id);
Include:
pawn Код:
#include <attach>
Link pastebin
Link mediafire
Credits:
pawn Код:
/* SA-MP Include Attach3DTextLabelToObject
*
* © by Kaliber, 2015
*
*/