SA-MP Forums Archive
ChatBubble Admin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: ChatBubble Admin (/showthread.php?tid=135424)



ChatBubble Admin - jcs14 - 20.03.2010

Bom galera quem quiser coloca no seu server, escrito admin em cima da cabeзa do cara ta ae o link lembrando que nгo sгo creditos meus, apenas achei no ******.

http://pastebin.com/m4016dc36


Re: ChatBubble Admin - Randy_Orton - 20.03.2010

3textabel?


Re: ChatBubble Admin - jcs14 - 21.03.2010

sim


Re: ChatBubble Admin - PatrickChucky - 21.03.2010

humm parece interessante


Re: ChatBubble Admin - Douglinh@s - 21.03.2010

Acho que seja +/- assim:


No topo:
Код:
new Text3D:Admin[MAX_PLAYERS];
Aн o comando:
Код:
if(strcmp(cmd, "/Adminduty", true) == 0)
{
  if(PlayerInfo[playerid][pAdmin] < 1)
  {
   SendClientMessage(playerid, COLOR_GRAD2, "Vocк nгo estб permitido");
   return 1;
    }
    if(AdminDuty[playerid] == 1) 
{
   format(string,sizeof(string), "[ID: i%] Entrou em trabalho de ADM", playerid);
   ABroaCast(COLOR_LIGHTRED, string)
  AdminDuty[playerid] = 1;
  Admin = Create3DTextLabel("Admin Duty",COLOR_GREEN,30.0,40.0,50.0,40.0,0);
  Attach3DTextLabelToPlayer(Admin[playerid], playerid, 0.0, 0.0, 0.4);
  return 1;
}
else if(AdminDuty[playerid] == 1)
{
format(string,sizeof(string), "[ID: i%] Saiu do trabalho de ADM", playerid);
   ABroaCast(COLOR_LIGHTRED, string)
  AdminDuty[playerid] = 0;
Delete3DTextLabel(Admin[playerid]);
    return 1;
}
return 1;
}
Pronto...


Tб aн....




Re: ChatBubble Admin - RoamPT - 21.03.2010

Tens que por isto
pawn Код:
Delete3DTextLabel(Admin[playerid]);
no:
pawn Код:
public OnPlayerDisconnect



Re: ChatBubble Admin - xolp25 - 21.03.2010

isso serve para algo?


Re: ChatBubble Admin - RoamPT - 21.03.2010

Quote:
Originally Posted by OWNEDBYSERGIO:.
isso serve para algo?
Serve porque se nгo colocares isto no OnPlayerDisconnect, o admin que tenha essa 3DTextLabe sair do servidor e entrar ele vai ter esse 3DTextLabel na cabeзa, porque os ervidor guarda o 3DTextLabel, entгo tens que fazer "destruir" ao sair do servidor.


Re: ChatBubble Admin - xolp25 - 21.03.2010

Quote:
Originally Posted by RoamPT
Quote:
Originally Posted by OWNEDBYSERGIO:.
isso serve para algo?
Serve porque se nгo colocares isto no OnPlayerDisconnect, o admin que tenha essa 3DTextLabe sair do servidor e entrar ele vai ter esse 3DTextLabel na cabeзa, porque os ervidor guarda o 3DTextLabel, entгo tens que fazer "destruir" ao sair do servidor.
nao isso roam, o admin encima do nome presta pra algo?


Re: ChatBubble Admin - Poderoso Chefгo - 21.03.2010

Quote:
Originally Posted by OWNEDBYSERGIO:.
Quote:
Originally Posted by RoamPT
Quote:
Originally Posted by OWNEDBYSERGIO:.
isso serve para algo?
Serve porque se nгo colocares isto no OnPlayerDisconnect, o admin que tenha essa 3DTextLabe sair do servidor e entrar ele vai ter esse 3DTextLabel na cabeзa, porque os ervidor guarda o 3DTextLabel, entгo tens que fazer "destruir" ao sair do servidor.
nao isso roam, o admin encima do nome presta pra algo?
so vai fica escrito "ADMIN" em cima de quen for adm...