Tag before my Name
#1

How can i make that when i connect, and i write what in the Chat, that before my Name a [OW] Tag here a Example:

Blacky without Tag, [OW]Blacky with the Tag.

How can i add this?
Reply
#2

OnPlayerConnect.......
{
new string[120];
new name[MAX_PLAYER_NAME];
format(string,sizeof(string),"[OW]%s",GetPlayerName(playerid,name,sizeof(name)));
SetPlayerName(playerid,string);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)