27.06.2014, 07:12
Any help with my npcs BOt Problem Pm me to check it out
[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] |
public OnPlayerConnect(playerid) { if(IsPlayerNPC(playerid)) return 1;//top return 1; } |
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; } |