task ChatDouble()
{
foreach(Player,i)
{
if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, "[ VIP LEVEL 1 ]", 0xAA3333AA, 30.0,60000);
}
if(PlayerInfo == 2)
{
SetPlayerChatBubble(i, "[ VIP LEVEL 2 ]", 0xAA3333AA, 30.0,60000);
}
if(PlayerInfo == 3)
{
SetPlayerChatBubble(i, "[ VIP LEVEL 3 ]", 0xAA3333AA, 30.0,60000);
}
if(PlayerInfo == 4)
{
SetPlayerChatBubble(i, "[ VIP LEVEL 4 ]", 0xAA3333AA, 30.0,60000);
}
if(PlayerInfo == 5)
{
SetPlayerChatBubble(i, "[ Master Donator ]", 0xAA3333AA, 30.0,60000);
}
}
return 1;
}Probaj ovo