SA-MP Forums Archive
need tag on head system ... - 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: need tag on head system ... (/showthread.php?tid=402687)



need tag on head system ... - sofano - 27.12.2012

i need a tag on head system

i will use my rp server

i need like this

Quote:

/givetags [playerid] [tagname]
(it will show a tag name on player head)

someone can create this idea for me ?

thank you very much

(sorry for my bad english, i'm thai)


Re: need tag on head system ... - DaRk_RaiN - 27.12.2012

https://sampwiki.blast.hk/wiki/SetPlayerChatBubble


Re: need tag on head system ... - ThePhenix - 27.12.2012

Might it work?

PHP код:
CMD:givetag(playeridparams[])
{
new 
targetid; new text[128];
    if(
sscanf(params"us[128]",targetidtext)) return SendClientMessage(playerid, -1"Usage: /givetag (ID) (Text)");
         
SetPlayerChatBubble(targetidtext0xFF0000FF100.0600000);
            return 
1;




Re: need tag on head system ... - sofano - 28.12.2012

it work but,when player chat in game (have text on head)

tag is missing