NPC wont connect
#1

i am using a airplane filterscript but when i connect npc they get kicked
Attempting to connect NPC!

[06:31:32] SYSTEM: [BOT]Skimmer has been kicked - Vehicle Hacks(Controlling/TPing into cars)

under
public OnPlayerSpawn(playerid)
{
#if dbg-callbacks
format(query, sizeof(query), "DBG: OnPlayerSpawn(%d)",playerid);
SendClientMessageToAll(X11_YELLOW, query);
#endif
if(!IsPlayerNPC(playerid)) {
if(!IsPlayerConnectEx(playerid)) {
Kick(playerid);
Reply


Messages In This Thread
NPC wont connect - by Astonish - 15.05.2018, 13:37
Re: NPC wont connect - by kovac - 15.05.2018, 13:43
Re: NPC wont connect - by Astonish - 15.05.2018, 13:45
Re: NPC wont connect - by Astonish - 15.05.2018, 13:54
Re: NPC wont connect - by kovac - 15.05.2018, 16:24
Re: NPC wont connect - by Astonish - 15.05.2018, 16:35
Re: NPC wont connect - by GTLS - 15.05.2018, 16:51
Re: NPC wont connect - by Astonish - 15.05.2018, 17:03
Re: NPC wont connect - by OsmanMalagic - 15.05.2018, 17:44
Re: NPC wont connect - by Sew_Sumi - 15.05.2018, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)