18.06.2014, 19:57
Й sу tu verificar se o player й veterano ou administrador.
pawn Код:
if(IsAdmin(playerid))
{
SetPlayerChatBubble(...,...);
// other funcs
return 1;
}
if(isVeteran(playerid))
{
SetPlayerChatBubble(...,...);
// other funcs
return 1;
}