29.07.2013, 01:56
Hello Guys Someone Can Help Me With Onplayertext VIP Tag ?
if(pInfo[playerid][pVipLevel] >= 1)
{
format(stringbig,sizeof(stringbig),"{6C0000}[VIP]{FFFFFF}(%d): %s",playerid, text);
SendPlayerMessageToAll(playerid,stringbig);
}
its work normal but when i mad my self regular player i can't see what i said someone can help me ?
if(pInfo[playerid][pVipLevel] >= 1)
{
format(stringbig,sizeof(stringbig),"{6C0000}[VIP]{FFFFFF}(%d): %s",playerid, text);
SendPlayerMessageToAll(playerid,stringbig);
}
its work normal but when i mad my self regular player i can't see what i said someone can help me ?