їPor quй me kickea los bots?
#1

Buenas, al encender el servidor en la consola me sale esto;

Код:
[01:25:04] [connection] 127.0.0.1:60343 requests connection cookie.
[01:25:04] [connection] 127.0.0.1:60344 requests connection cookie.
[01:25:04] [connection] 127.0.0.1:60345 requests connection cookie.
[01:25:05] [connection] incoming connection: 127.0.0.1:60343 id: 0
[01:25:05] [connection] incoming connection: 127.0.0.1:60344 id: 1
[01:25:05] [connection] incoming connection: 127.0.0.1:60345 id: 2
[01:25:05] [npc:join] NPC_01 has joined the server (0:127.0.0.1)
[01:25:05] [npc:join] NPC_02 has joined the server (1:127.0.0.1)
[01:25:05] [npc:join] NPC_03 has joined the server (2:127.0.0.1)
[01:25:06] [npc:part] NPC_01 has left the server (0:2)
[01:25:06] [npc:part] NPC_02 has left the server (1:2)
[01:25:06] [npc:part] NPC_03 has left the server (2:2)
Me desconecta los bots inmediatamente, asн tengo el cуdigo en el pawno.

Код:
OnGamemodeInit > ConnectNPC("NPC_01", "NPC_01");(ETC CON LOS OTROS)

public OnPlayerSpawn(playerid)
{
	if(IsPlayerNPC(playerid))
	{
		new NPC[MAX_PLAYER_NAME];
		GetPlayerName(playerid, NPC, sizeof(NPC));
		if(!strcmp(NPC, "NPC_01", true))
		{
			SetPlayerSkin(playerid, 309);
			SetPlayerColor(playerid, 0xFFFFFF00);
			TogglePlayerControllable(playerid, false);
	    	SetTimerEx("NPC_RegisText", 10000, true, "d", playerid);
			Attach3DTextLabelToPlayer(NPC_Registro[2], playerid, 0.0, 0.0, 0.2);
			ApplyAnimation(playerid, "ON_LOOKERS", "shout_02", 4.1, 7, 5, 1, 1, 1);
		}
		return 1;
	}
        ETC CON LOS OTROS.
	return 1;
}
En npcmodes estбn los respectivos archivos con sus nombres, en la raнz de dicha carpeta NPC_01.amx - NPC_01 y en recordings NPC_01 їpor quй los kickea, quй hago mal?
Reply


Messages In This Thread
їPor quй me kickea los bots? - by Fagrinht - 08.02.2017, 05:06
Respuesta: їPor quй me kickea los bots? - by OTACON - 08.02.2017, 05:26
Respuesta: їPor quй me kickea los bots? - by Revelation - 08.02.2017, 07:23
Respuesta: їPor quй me kickea los bots? - by Whyd - 08.02.2017, 11:20
Respuesta: їPor quй me kickea los bots? - by SkyT - 08.02.2017, 11:41
Respuesta: їPor quй me kickea los bots? - by OTACON - 08.02.2017, 13:19
Respuesta: їPor quй me kickea los bots? - by Parka - 08.02.2017, 16:05
Respuesta: їPor quй me kickea los bots? - by Fagrinht - 08.02.2017, 16:22
Respuesta: їPor quй me kickea los bots? - by FelipeAndres - 08.02.2017, 16:24
Respuesta: їPor quй me kickea los bots? - by Fagrinht - 08.02.2017, 16:25

Forum Jump:


Users browsing this thread: 2 Guest(s)