21.12.2012, 11:06
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:
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;
}



