Vip tag problem , plz help!
#1

Hello i have problem with vip tag , code is there.
Ingame the Viptag comes but every time if i select the work class like Trucker, comes One tag more .
Like if I die 2 times then i click spawn , and comes (VIP)(VIP)mynick:
How i can make only one vip tag Just need one tag ,.. please help
PHP код:
  if(APlayerData[playerid][PlayerLevel] >= 1)
{
    new 
oldname[MAX_PLAYER_NAME], newname[MAX_PLAYER_NAME];
    
GetPlayerName(playeridoldnamesizeof oldname);
    
format(newnamesizeof newname"[VIP]%s"oldname);
    
SetPlayerName(playeridnewname);
    
SetPlayerColor(playerid0xFFFF00AA);
}
    return 
1;
   } 
Reply


Messages In This Thread
Vip tag problem , plz help! - by Baumann - 11.08.2013, 18:02
Re: Vip tag problem , plz help! - by Baumann - 11.08.2013, 18:14
Re: Vip tag problem , plz help! - by [XST]O_x - 11.08.2013, 18:40
Re: Vip tag problem , plz help! - by Baumann - 11.08.2013, 18:48
Re: Vip tag problem , plz help! - by Baumann - 11.08.2013, 19:22
Re: Vip tag problem , plz help! - by PrinceKumar - 11.08.2013, 19:44
Re: Vip tag problem , plz help! - by Baumann - 12.08.2013, 05:56

Forum Jump:


Users browsing this thread: 1 Guest(s)