[Ajuda] Server closed the connection ao digitar o comando
#1

Bom, estou editando e codando um GM de Naruto, atй aн beleza, dai entrei pra testar, avaliar e ver como estava ficando a jogabilidade. Eu digitei um comando e me deparo com um "Server closed the connection". Estou usando a versгo 0.3x-R1-2 atualmente, jб tentei com a 0.3z-R1 e continua a mesma coisa.


http://imgur.com/lOHuLJ4


Код:
CMD:atm(playerid, params[])
{
	if(PlayerDados[playerid][Madara] < 1) return SendClientMessage(playerid, BRANCO, "Voce nгo й o Uchiha.Madara!");
	if(gettime() - TempoComando[playerid] < 15)     return SendClientMessage(playerid, 0xFF0000FF, "Espere 15 segundos para usar este comando/jutsu novamente!");
	TempoComando[playerid] = gettime();
	SetPlayerHealth(playerid, 5000);
	SetPlayerArmour(playerid, 5000);
	SetPlayerSkin(playerid, 12);
   	format(String, sizeof(String), "O ninja %s esta com a metade de seu Susano ativado.", Nome(playerid), Nome(ID));
	SendClientMessageToAll(VERMELHO, String);
	GivePlayerWeapon(playerid, 37, 50000);
	GivePlayerWeapon(playerid, 9, 999999);
	GivePlayerWeapon(playerid, 45, 500);
	return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)