[Ajuda] alguem pode ajudar - 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: [Ajuda] alguem pode ajudar (
/showthread.php?tid=459745)
alguem pode ajudar -
Samuel300 - 24.08.2013
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 ?
Re: alguem pode ajudar -
silenthill - 24.08.2013
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++)
Re: alguem pode ajudar -
Samuel300 - 24.08.2013
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.
Re: alguem pode ajudar -
silenthill - 24.08.2013
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];
Re: alguem pode ajudar -
Diogo123 - 24.08.2013
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 ._.
Re: alguem pode ajudar -
Samuel300 - 24.08.2013
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 ?
Re: alguem pode ajudar -
Samuel300 - 24.08.2013
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