28.01.2019, 00:14
Tente isto
Код:
public OnPlayerText(playerid, text[])
{
if (pInfo[p][TipoVIP] == 1) //no lugar do 1 adicione o nъmero que influencia o tipo vip
{
new u[26]; MsgText[128];
GetPlayerName(playerid, u, 24);
format(MsgText, sizeof(MsgText), "%s[%d][VIP]: %s", u, playerid, text);
}
return 0;
}

