07.02.2017, 00:41
Hello !
Please i want to remove Clan tag from player name in this function:
Because i have some problems with MySQL / UCP , it sends the name with the clan tag which appears as a non registered player in UCP ( factions history ),
Thanks, i'll apperciate your help.
Please i want to remove Clan tag from player name in this function:
PHP код:
GetPlayerName(playerid,loginname,sizeof(loginname));
for(new clanid; clanid < MAX_CLANS; clanid++)
{
if(strfind(loginname,ClanInfo[clanid][cClanTag],true) != -1)
{
// Code
Thanks, i'll apperciate your help.