[Ajuda] alguem pode ajudar
#1

Tipo q , quando um admin entra aparece aquela mensagem por exemplo : єє Admin Samuel_Oss estб Online єє
Entгo no meu quando um admin loga ele n anuncia ... vcs podem me falar como posso fazer isso ?

E tbm ... eu queria pra vip sуcio fizesse isso tbm ... tipo: єє Sуcio Samuel_Oss estб online єє
Obs: o sуcio no meu й o Vip nv 3 .

se for possivel podem me ajudar ?
Reply
#2

Procure por admin name no seu gm e ponha : on no connect e off no desconnect

Ex: no desconnect

pawn Код:
new AdminName[MAX_PLAYER_NAME];
        GetPlayerName(playerid, AdminName, sizeof(AdminName));
        format(string, sizeof(string), "~w~%s ~r~off", AdminName); // aqui
        for(new i=0; i<MAX_PLAYERS; i++)
Reply
#3

eu coloquei isso e deu 4 erros

pawn Код:
C:\Documents and Settings\Samuel\Meus documentos\Brasil Second life owna\gamemodes\BSLOwna.pwn(16768) : error 017: undefined symbol "string"
C:\Documents and Settings\Samuel\Meus documentos\Brasil Second life owna\gamemodes\BSLOwna.pwn(16768) : error 017: undefined symbol "string"
C:\Documents and Settings\Samuel\Meus documentos\Brasil Second life owna\gamemodes\BSLOwna.pwn(16768) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Samuel\Meus documentos\Brasil Second life owna\gamemodes\BSLOwna.pwn(16768) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Reply
#4

Samuel, eu te dei o exemplo, vc procurou no seu gm pelo adminname? se vc n tiver й q vc vai acrescentar o cуd ..acrescente new string[256];
Reply
#5


pawn Код:
new
           nickdomanin [ 24 ],
          Str[45]
;
        GetPlayerName ( playerid , nickdomanin , sizeof ( nickdomanin ) ) ;
        for ( new i=0; i <MAX_PLAYERS; i++ )
        {
             format ( Str , sizeof ( Str ) , "%s Logou No Server", nickdomanin ) ;
        }


acho q e isso fera ._.
Reply
#6

O meu ta assim oq ja veio no gm ...
pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 1 && PlayerInfo[playerid][pAdmin] <= 1338)
        {
   new AdminName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, AdminName, sizeof(AdminName));
            format(gstring, sizeof(gstring), "~p~%s: ~g~ON", AdminName);
            for(new i=0; i<MAX_PLAYERS; i++)
poderia dizer oq ta errado ?
Reply
#7

Opa funciono ... eu mudei para

pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 1)
        {
            new AdminName[MAX_PLAYER_NAME];
            GetPlayerName(playerid, AdminName, sizeof(AdminName));
            format(gstring, sizeof(gstring), "~p~||%s: ~g~ON||", AdminName);
            for(new i=0; i<MAX_PLAYERS; i++)
            {
agr poderia me dizer como q eu faзo isso para os Sуcio ? aparecer q o sуcio ta online
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)