Few questions.
#1

How to attach text to a pickup?
And how to remove the default map icons done by samp?
Reply
#2

1. i dont 100% understand what you want. i think you mean the 3d text label https://sampwiki.blast.hk/wiki/Create3DTextLabel take a look here.

2. you cant remove the default map icons.
Reply
#3

pawn Код:
Create3DTextLabel
At the position of the pickup
Reply
#4

Quote:
Originally Posted by Claude
Посмотреть сообщение
pawn Код:
Create3DTextLabel
At the position of the pickup
Ok, So i dont need to use some Attach3DTextLabel function?
And how to use format for it?
Reply
#5

Quote:
Originally Posted by [NWA]Hannes
Посмотреть сообщение
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
Reply
#6

Quote:
Originally Posted by billiout
Посмотреть сообщение
Maybe you should answer my question instead?

I only need to use Create3DTextLabel?
And how do i use format?
Reply
#7

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);
Reply
#8

Quote:
Originally Posted by billiout
Посмотреть сообщение
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);
Would work?
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)