Agregando NPC Bots al GM
#2

Mira depronto te funciona
pawn Код:
public OnPlayerConnect(playerid)
{
  if(IsPlayerNPC(playerid)) // Esta funcion es para verificar si se conecta un Npc
  {
   SpawnPlayer(playerid); // Con esto EL bot spawnea sin pasar registros ni nada.... Directamente spawnea
  }
}
Reply


Messages In This Thread
Agregando NPC Bots al GM - by Javi_Cogollero - 14.01.2010, 21:57
Re: Agregando NPC Bots al GM - by camiloasc1 - 14.01.2010, 22:14
Re: Agregando NPC Bots al GM - by differo - 14.01.2010, 22:23
Re: Agregando NPC Bots al GM - by Javi_Cogollero - 14.01.2010, 22:24
Re: Agregando NPC Bots al GM - by TheChaoz - 14.01.2010, 23:10
Re: Agregando NPC Bots al GM - by differo - 14.01.2010, 23:15
Re: Agregando NPC Bots al GM - by DarkChildren - 15.01.2010, 00:49
Re: Agregando NPC Bots al GM - by Javi_Cogollero - 15.01.2010, 05:17
Re: Agregando NPC Bots al GM - by differo - 15.01.2010, 10:12
Re: Agregando NPC Bots al GM - by camiloasc1 - 15.01.2010, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)