Samp Chat Bubbles
#1

Quick Question, (i cant seem to find the Answer on almighty ******)
- I am trying to remove the name tag when players talk, so it just says their speech and does not list the name))

Cant work it out, anyone know how to do this?


Regards,


Dukey <3
Reply
#2

PHP код:
// When the player says something
ShowNameForAll(playeridfalse); // Hide their name
SetPlayerChatBubble(playerid"Hello"0xFF0000FF100.01000); // Set the chat bubble
// Now you should set a timer, to re-show their name


// ShowNameForAll function
ShowNameForAll(playeridbool:x){
    for(new 
0MAX_PLAYERSi++){
        if(
IsPlayerConnected(i)){ ShowPlayerNameTagForPlayer(iplayeridx);
    }

Reply
#3

Thanks ill give it a go, +rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)