18.08.2010, 09:29
How to attach text to a pickup?
And how to remove the default map icons done by samp?
And how to remove the default map icons done by samp?
Create3DTextLabel
Ok, So i dont need to use some Attach3DTextLabel function?
And how to use format for it? |
come on i post it before https://sampwiki.blast.hk/wiki/Create3DTextLabel
|
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
yes you only need the create3dtextlabel and for the format is this
Код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS); |
new str[128]; format(str, sizeof(str), "There are %d/%d materials left to pick up!", mAviable, mLeft); Create3DTextLabel(str, 0xFFFF00FF, 1911.2227, -1776.1204, 13.3828, 25, -1, 0);