Gang name beside playername
#1

As the title says, I want to know how i can put the Gang names that i've chosen beside a players name and to not confuse you, here's an example.

When you look at the player you will see:

Mafia* DannyLong(1)

and when he types in the chat you will see:

Mafia* DannyLong(1): Hello !
Reply
#2

SetPlayerName or Create3DTextLabel?
Reply
#3

Can i have an example? Tyvm
Reply
#4

This will change his name. Problem could be with bigger nickname.
pawn Код:
new name[MAX_PLAYER_NAME+1];
GetPlayerName(playerid, name, sizeof(name));
strins(name, "Mafia* ", 0);
SetPlayerName(playerid, name);
Reply
#5

That's not what I'm looking for, I have 5 gangs and each gang will show the Color of the gang on the player and show the gang name to the left of the player.

Tried half this day to find something and tried plenty of things, but never found anything.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)