Clan tag problem
#9

function SetTag (playerid, tag)
{
new name [ MAX_PLAYER_NAME ];
new newname [MAX_PLAYER_NAME];

GetPlayerName ( playerid , name , sizeof(name));

format ( newname , sizeof ( newname ) , "[%s].%s", tag, name);

SetPlayerName ( playerid , newname );

return 1;
}

this is the settag function
Reply


Messages In This Thread
Clan tag problem - by bosmania - 04.03.2019, 14:07
Re: Clan tag problem - by hoanduy - 04.03.2019, 14:45
Re: Clan tag problem - by bosmania - 04.03.2019, 15:02
Re: Clan tag problem - by TheToretto - 04.03.2019, 15:54
Re: Clan tag problem - by bosmania - 04.03.2019, 16:17
Re: Clan tag problem - by TheToretto - 04.03.2019, 17:24
Re: Clan tag problem - by bosmania - 04.03.2019, 18:32
Re: Clan tag problem - by bosmania - 04.03.2019, 18:37
Re: Clan tag problem - by bosmania - 04.03.2019, 18:43
Re: Clan tag problem - by Private200 - 04.03.2019, 18:47

Forum Jump:


Users browsing this thread: 1 Guest(s)