need tag on head system ...
#1

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)
Reply
#2

https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
Reply
#3

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;

Reply
#4

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

tag is missing
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)