[Ajuda] + de um jogador buga
#1

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?
Reply
#2

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

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

Manda os codes pra eu tentar te ajudar.
Reply
#5

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);
	
Reply
#6

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

i think loop = laзo.
Reply
#7

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

Faltando vc usar [MAX_PLAYERS] e SetTimerEx
Reply
#9

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);
??
Reply
#10

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."
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)