SetPlayerMapIcon on textdraw help me please?
#1

SetPlayerMapIcon on textdraw help me please?
Reply
#2



How to add MapIcon on textdraw?
Reply
#3

Quote:
Originally Posted by Charisma
Посмотреть сообщение


How to add MapIcon on textdraw?
You can use this
Код:
hud:radar_airyard
Код:
To make it in textdraw use TDEditor
right click on new and click on SPRITE_TEXTDRAW and then right click on "TEXT" and type hud:radar_airyard
and edit the position their you want
OTHERWISE

Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x,y,z);
MAP[playerid] = TextDrawCreate(x, y, "hud:radar_airyard");
TextDrawShowForPlayer(playerid, MAP[playerid]);

then hide it when player type command or make it on timer so it hide automatically.
Reply
#4

You can add such icons by using editors, more easy way than copy pasting code around. I can say best is TDE for me

https://sampforum.blast.hk/showthread.php?tid=543002
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)