Tag Problem
#4

you can make an extra GetPlayerNameEx so you can retrieve the players name with the tag.

pawn Код:
stock GetPlayerNameEx(playerid)
{
     new Name[MAX_PLAYER_NAME];
     new GetPlayerName(playerid,Name,sizeof(Name));
     if(IsPlayerVIP[playerid]==1)//change to your VIP variable
     {
          format(Name,sizeof(Name), "[V.I.P]%s",Name);
          return Name;
     }else return Name;  
}
Reply


Messages In This Thread
Tag Problem - by Blackazur - 17.12.2012, 19:10
Re: Tag Problem - by park4bmx - 17.12.2012, 19:13
AW: Tag Problem - by Blackazur - 17.12.2012, 19:17
Re: Tag Problem - by park4bmx - 17.12.2012, 19:26
AW: Tag Problem - by Blackazur - 17.12.2012, 19:30
Re: Tag Problem - by maramizo - 17.12.2012, 19:40
AW: Tag Problem - by Blackazur - 17.12.2012, 20:06

Forum Jump:


Users browsing this thread: 2 Guest(s)