Tag Problem
#2

don't do that just use the "string" with the name to display / check what ever you want with it.

Example
pawn Код:
public OnPlayerText(playerid, text[])
{
    new name[MAX_PLAYER_NAME], string[55];
    GetPlayerName(playerid, name,sizeof(name));
    format(string,sizeof(string), "[V.I.P]%s: %s",name,text);
    SendPlayerMessageToAll(playerid, string);
    return 0;
}
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)