[AJUDA] Chat Global :)? - 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] Chat Global :)? (
/showthread.php?tid=350187)
[AJUDA] Chat Global :)? -
Jake_Dunlapp - 11.06.2012
Quando se inicia um gm novo o chat fica global quero que fique apenas quem esta perto ouvir pois meu gm tera um sistema de /r para falar ja que й um gm zombie ajuda ai?
Re: [AJUDA] Chat Global :)? -
DrTHE - 11.06.2012
https://sampwiki.blast.hk/wiki/LimitGlobalChatRadius -q
Re: [AJUDA] Chat Global :)? -
ViictorDaay- - 11.06.2012
pawn Код:
if(realchat)
{
if(gPlayerLogged[playerid] == 0)
return 0;
GetPlayerName(playerid, sendername, sizeof(sendername));
{
format(string, sizeof(string), "%s diz: %s", sendername, text);
ProxDetector(20.0, playerid, string,COLOR_GREY,COLOR_GREY,COLOR_GREY,COLOR_GREY,COLOR_GREY);
}
return 0;
}
return 1;
}
Re: [AJUDA] Chat Global :)? -
Ades - 11.06.2012
Quote:
Originally Posted by THE_FALLEN
|
pawn Код:
public OnGameModeInit()
{
LimitGlobalChatRadius(200.0);
return 1;
}
-q
Mude o 200.0 para a distancia que voce quizer
Re: [AJUDA] Chat Global :)? -
Jake_Dunlapp - 11.06.2012
Quote:
Originally Posted by ViictorDaay-
pawn Код:
if(realchat) { if(gPlayerLogged[playerid] == 0) return 0;
GetPlayerName(playerid, sendername, sizeof(sendername)); { format(string, sizeof(string), "%s diz: %s", sendername, text); ProxDetector(20.0, playerid, string,COLOR_GREY,COLOR_GREY,COLOR_GREY,COLOR_GREY,COLOR_GREY); } return 0; } return 1; }
|
Victor da pra melhor ai o code ta dando erro pakas kk rep + pra vc e pro the fallen e pro ades mais da pra melhor o code ai pq esse ai ta melhor pq antes fica o Diz: kkkkkkkkkkkkkk
Re: [AJUDA] Chat Global :)? -
ViictorDaay- - 11.06.2012
quais erros
Re: [AJUDA] Chat Global :)? -
Ades - 11.06.2012
Quote:
Originally Posted by Jake_Dunlapp
Victor da pra melhor ai o code ta dando erro pakas kk rep + pra vc e pro the fallen e pro ades mais da pra melhor o code ai pq esse ai ta melhor pq antes fica o Diz: kkkkkkkkkkkkkk
|
Ta dando erro por q ele nгo colocou as defines
So cato u do GM dele
euacho'
Thanks pelo rep (:
Re: [AJUDA] Chat Global :)? -
ViictorDaay- - 11.06.2012
pawn Код:
#define COLOR_GREY 0xAFAFAFAA
Re: [AJUDA] Chat Global :)? -
Ades - 11.06.2012
Quote:
Originally Posted by ViictorDaay-
pawn Код:
#define COLOR_GREY 0xAFAFAFAA
|
pawn Код:
if(gPlayerLogged[playerid] == 0)
E isso ?
Re: [AJUDA] Chat Global :)? -
Jake_Dunlapp - 11.06.2012
Qual й a key de mirar no samp gente eu nao sei qual й