[POMOC]SetPlayerChatBubble

Započeo anderson87
7. Feb. 2016. Zaključano
367
pregleda
2
postova
eSADâ„¢
5
Kingpin
7. Feb. 2016.
Scripta koju koristim:Edit UP  😛
Opis problema:Na UP-ovom modu nema kad si admin da ti iznad glave pise admin i ako si level 1 da ti pise novajlija il slicno i to sam ja uradio kada neko prvi put udje na srw do levela 2/3 da mu pise novajlija ali to isto pise i adminima pogledajte kodove i molim vas ako mozete sto prije da mi to sredite  🙄
forward ChatDouble();
public ChatDouble()
{
foreach(Player,i)
{
if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, ""BELA"[ ADMIN ]", -1, 30.0,5000);
}
if(PlayerInfo == 2)
{
SetPlayerChatBubble(i, ""BELA"[ ADMIN ]", -1, 30.0,5000);
}
if(PlayerInfo == 6)
{
SetPlayerChatBubble(i, ""BELA"[ OWNER]", -1, 30.0,5000);
}
if(PlayerInfo == 3)
{
SetPlayerChatBubble(i, ""BELA"[ ADMIN ]", -1, 30.0,5000);
}
if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, ""BELA"[ HELPER ]", -1, 30.0,5000);
}
if(PlayerInfo == 2)
{
SetPlayerChatBubble(i, ""BELA"[ HELPER ]", -1, 30.0,5000);
}
if(PlayerInfo == 3)
{
SetPlayerChatBubble(i, ""BELA"[ VODJA HELPERA ]", -1, 30.0,5000);
}
if(PlayerInfo == 5)
{
SetPlayerChatBubble(i, ""BELA"[ DIREKTOR ]", -1, 30.0,5000);
}
if(PlayerInfo == 4)
{
SetPlayerChatBubble(i, ""BELA"[ ADMIN ]", -1, 30.0,5000);
}
else if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, ""BELA"[ NOVAJLIJA ]", -1, 30.0,5000);
}
else if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, ""BELA"[ KAZNJEN ]", -1, 30.0,5000);
}
}
return 1;
}

SetTimer("ChatDouble",3000,1);

I da ovo sam ja ubacivao iz raznih modova kao sto su BE,UE,SM,BG ali opet nece!
Arkoo
5
Underboss
7. Feb. 2016.
Probaj sad.
forward ChatDouble();
public ChatDouble()
{
foreach(Player,i)
{
if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, ""BELA"[ ADMIN ]", -1, 30.0,5000);
}
else if(PlayerInfo == 2)
{
SetPlayerChatBubble(i, ""BELA"[ ADMIN ]", -1, 30.0,5000);
}
else if(PlayerInfo == 6)
{
SetPlayerChatBubble(i, ""BELA"[ OWNER]", -1, 30.0,5000);
}
else if(PlayerInfo == 3)
{
SetPlayerChatBubble(i, ""BELA"[ ADMIN ]", -1, 30.0,5000);
}
else if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, ""BELA"[ HELPER ]", -1, 30.0,5000);
}
elseif(PlayerInfo == 2)
{
SetPlayerChatBubble(i, ""BELA"[ HELPER ]", -1, 30.0,5000);
}
else if(PlayerInfo == 3)
{
SetPlayerChatBubble(i, ""BELA"[ VODJA HELPERA ]", -1, 30.0,5000);
}
else if(PlayerInfo == 5)
{
SetPlayerChatBubble(i, ""BELA"[ DIREKTOR ]", -1, 30.0,5000);
}
else if(PlayerInfo == 4)
{
SetPlayerChatBubble(i, ""BELA"[ ADMIN ]", -1, 30.0,5000);
}
else if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, ""BELA"[ NOVAJLIJA ]", -1, 30.0,5000);
}
else if(PlayerInfo == 1)
{
SetPlayerChatBubble(i, ""BELA"[ KAZNJEN ]", -1, 30.0,5000);
}
}
return 1;
}

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha