SA-MP Forums Archive
[Ajuda] + de um jogador buga - 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] + de um jogador buga (/showthread.php?tid=289169)



[Ajuda] + de um jogador buga - cotonete - 10.10.2011

Olб, vocкs poderia me explicar oque pode estar acontecendo, jб que quando eu testo meu mode sozinho ele funciona bacana, os timers funciona que й uma beleza, os rank, os textdraw tudo.. mas se eu chamar um amigo para testar buga tudo?


Re: [Ajuda] + de um jogador buga - cotonete - 10.10.2011

PS: Sу buga do ID 1 pra cima.. o 0 funciona certinho ¬¬'


Re: [Ajuda] + de um jogador buga - Shelby - 10.10.2011

Talvez vocк nгo estб especificando o playerid no parвmetro do SetTimer(ou onde estб dando problema).
Veja este tutorial do CyNiC.


Re: [Ajuda] + de um jogador buga - DreeH - 10.10.2011

Manda os codes pra eu tentar te ajudar.


Re: [Ajuda] + de um jogador buga - cotonete - 10.10.2011

Um dos Codes:

Код HTML:
forward antispawnkill(playerid);
public antispawnkill(playerid)
{
	SetPlayerHealth(playerid, 100.0);
	return 1;
}

// Agora no OnPlayerSpawn
SetPlayerHealth(playerid, 99999.0);	
SetTimer("antispawnkill", 6000, false);
	



Re: [Ajuda] + de um jogador buga - Case Sensitive - 10.10.2011

eu penso que й no laзo? (sorry my portuguese

i think loop = laзo.


Re: [Ajuda] + de um jogador buga - DreeH - 10.10.2011

No code nгo tem nada de errado, pelo que vejo.


Re: [Ajuda] + de um jogador buga - Vai_Besta - 10.10.2011

Faltando vc usar [MAX_PLAYERS] e SetTimerEx


Re: [Ajuda] + de um jogador buga - cotonete - 10.10.2011

assim

Код:
forward antispawnkill(playerid);
public antispawnkill(playerid)
{
	SetPlayerHealth(playerid, 100.0);
	KillTimer(timerspawnkill[playerid]);
	return 1;
}
// OnPlayerSpawn
	SetPlayerHealth(playerid, 99999.0);
	timerspawnkill[playerid] = SetTimerEx("antispawnkill", 6000, false, "%d", playerid);
??


Re: [Ajuda] + de um jogador buga - Lуs - 10.10.2011

Quote:
Originally Posted by Case Sensitive
Посмотреть сообщение
eu penso que й no laзo? (sorry my portuguese

i think loop = laзo.
Vocк й japones?

You're Japanese?

And you have to sorry too for your english because isn't "Sorry my portuguese". The right is: "Sorry for my portuguese."