(NPCS) BOT Problem
#1

Any help with my npcs BOt Problem Pm me to check it out
Reply
#2

you might want to explain more before making other people PM you. Im sure it helps you out faster
Reply
#3

How??
Reply
#4

Uh another person from my country who doesnt know anything anout asking for help
except if this was a custom one
( PM Me if you want )

post the error from compiler/Server Log ETC......

Then explain what you dont know about it -_-
Reply
#5

What this mean

Quote:

[15:39:24] Incoming connection: 127.0.0.1:54815
[15:39:24] Incoming connection: 127.0.0.1:54816
[15:39:24] Incoming connection: 127.0.0.1:54817
[15:39:24] Incoming connection: 127.0.0.1:54818
[15:39:24] Incoming connection: 127.0.0.1:54819
[15:39:24] Incoming connection: 127.0.0.1:54821
[15:39:24] Incoming connection: 127.0.0.1:54820
[15:39:24] Incoming connection: 127.0.0.1:54822
[15:39:24] Incoming connection: 127.0.0.1:54823
[15:39:24] Incoming connection: 127.0.0.1:54827
[15:39:24] Incoming connection: 127.0.0.1:54825
[15:39:24] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:24] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:24] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:24] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:24] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:25] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:25] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:25] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:25] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:25] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:25] [MYSQL]: Connection To `samp_6807` Successful!
[15:39:26] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:26] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:26] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:26] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:26] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:27] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:27] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:27] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:27] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:27] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:28] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:28] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:28] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:28] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:28] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:33] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:33] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:33] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:33] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:33] Blocking 127.0.0.1 due to a 'server full' attack (1)
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:39:54] Kicking 127.0.0.1 because they didn't logon to the game.
[15:40:54]

Reply
#6

You got a lot of NPC without enough Slots -_-

NPCs Takes slots

example
if you got 50 slots
and you have 8 NPC you only have 42 slots left
and the samp server window will only show 42 slots like 0/42

Show some code and how many NPC are connectin

You still need a scripter? I can but you need to pay
Reply
#7

Can u pm me via skype or FB??
Reply
#8

You have it.
Quote:

public OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid)) return 1;//top
return 1;
}

fix Kicking 127.0.0.1 because they didn't logon to the game.
Reply
#9

What do u mean please explain clearly
Reply
#10

Quote:

public OnPlayerConnect(playerid)//When Player/NPC Connectt
{
if(IsPlayerNPC(playerid)) //if Player is NPC
{
return 1; //to log npc at game
}
//This is code for Register and Login
return 1;
}

////
explain
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)