[Pedido] Tag Administrador(A)
#1

Existe Alguma fs,que posso colocar ''Administrador(A)'' em cima da cabeзa do admin? '-'
Reply
#2

Код:
forward admin();

public OnGameModeInit()
{
SetTimer("admin", 1000, true);
return 1;
}
public admin() for(new I = 0; I < MAX_PLAYERS; I ++) if((IsPlayerConnected(I)) && (IsPlayerAdmin(I))) SetPlayerChatBubble(I, "Administrador(a)", 0xFF0000FF, 50.0, 1100);
Pronto
Reply
#3

Quote:
Originally Posted by Marllun
Посмотреть сообщение
Код:
forward admin();

public OnGameModeInit()
{
SetTimer("admin", 1000, true);
return 1;
}
public admin() for(new I = 0; I < MAX_PLAYERS; I ++) if((IsPlayerConnected(I)) && (IsPlayerAdmin(I))) SetPlayerChatBubble(I, "Administrador(a)", 0xFF0000FF, 50.0, 1100);
Pronto
como coloco? '-'
Reply
#4

Й no gamemode, se vocк quiser por no filterscript coloque este abaixo.

Код:
public OnFilterScriptInit()
{
SetTimer("admin", 1000, true);
return 1;
}
Reply
#5

podemos nos falar no skype?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)