[Ajuda] XAT - 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] XAT (
/showthread.php?tid=414046)
XAT [RESOLVIDO] -
NuTShoT - 07.02.2013
Nгo sei o que houve, agora meu xat ta geral -.-'
me ajudem
Re: XAT -
NuTShoT - 07.02.2013
Desculpa pelo UP mas foi preciso. URGENTE pz ajudem :/
Re: XAT -
XStylerX - 07.02.2013
tente coloca return 0; no OnPlayerText
Re: XAT -
Schocc - 07.02.2013
Ta geral como?? em que significado ?? Qual й o possivel problema??
Re: XAT -
NuTShoT - 07.02.2013
tipo quando estou em ls e tem uma pessoa em lv as duas podem se comunicar.
adicionei recentemente:
pawn Код:
if(EstaAFK[playerid] == 0)
{
TFora[playerid] = SetTimerEx("Fora", 60000, 1, "i", playerid);
EstaAFK[playerid] = 1;
//return 1;
}
else if(EstaAFK[playerid] == 1)
{
KillTimer(TFora[playerid]);
TFora[playerid] = SetTimerEx("Fora", 60000, 1, "i", playerid);
EstaAFK[playerid] = 1;
//return 1;
}
Re: XAT -
DiiMeNoR - 07.02.2013
Public OnPlayerText...
Re: XAT -
JapaN* - 08.02.2013
PHP код:
new Japa3D[128],Name[24],Float:Flut[3];
GetPlayerPos(playerid,Flut[0],Flut[1],Flut[2]);
GetPlayerName(playerid,Name,sizeof(Name));
format(Japa3D,sizeof(Japa3D),"%s {FF00FF}[ID {00FF00}%i{FF00FF}] {00FF00}diz: {FFFFFF}%s",Name,playerid,text);
for(new strong; strong != MAX_PLAYERS; strong++)
if(IsPlayerInRangeOfPoint(strong,75.0,Flut[0],Flut[1],Flut[2]))
SendClientMessage(strong,GetPlayerColor(playerid), Japa3D);
Em OnPlayerText