Clan tag problem
#1

When im using the option to put my clan tag on it just shows empty brackets like this and the name [].Name
this is my function for the clan tag set.I tried to use it as a stock function but still not working

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

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

format ( newname , sizeof ( newname ) , "[%s].%s", PlayerInfo[playerid][pClanTag], name);

SetPlayerName ( playerid , newname );

return 1;
}

and here the player gets or should get the tag
case DIALOG_ADTAG:
{
if(!response) return 1;
switch(listitem)
{
case 0:
{
SetTag(playerid);

}
}
}
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)