R_Bot doen't connect
#1

Hey,

I wanna learn more about Bots and found the RNPC Plugin.
But my NPC's doens't connect to my Server :S
Why?

Here is my Code:
Код:
COMMAND:cbot(playerid,params[])
{
	for(new i=0; i<sizeof(R_Bot); i++)
	{
	    if(R_Bot[i] > 0) continue;
	    new ID[5];
	    formatEx(playerid,0xFEFEFEFF,"You create a Bot with ID: %i",i);
	    format(ID,sizeof(ID),"%i",i);
	    R_Bot[i] = ConnectRNPC(ID); break;
	}
	return 1;
}
Reply


Messages In This Thread
R_Bot doen't connect - by Narushi - 21.12.2012, 11:06
Re: R_Bot doen't connect - by LarzI - 21.12.2012, 11:12
Re: R_Bot doen't connect - by Threshold - 21.12.2012, 11:15
Re: R_Bot doen't connect - by LarzI - 21.12.2012, 11:16
Re: R_Bot doen't connect - by Narushi - 21.12.2012, 11:18
Re: R_Bot doen't connect - by Threshold - 21.12.2012, 11:18
Re: R_Bot doen't connect - by LarzI - 21.12.2012, 11:21
Re: R_Bot doen't connect - by Narushi - 21.12.2012, 11:22

Forum Jump:


Users browsing this thread: 1 Guest(s)