ReconnectNPC won't work -.-
#1

Код:
stock ReconnectNPC(const name[], const file[])
{
	new playerid = GetPlayerID(name);
	if(IsPlayerConnected(playerid))
	{
	    if(IsPlayerNPC(playerid))
	    {
	        Kick(playerid);
	    }
	}
	ConnectNPC(name,file);
	return 1;
}
Pawno returns a tag mismatch @ the line "ConnectNPC.."..
Why? I don't think there are any mistakes in the code.

Greetz ~S_G
Reply


Messages In This Thread
ReconnectNPC won't work -.- - by Shadow_Gengar - 15.11.2010, 17:27
Re: ReconnectNPC won't work -.- - by The_Moddler - 15.11.2010, 17:48

Forum Jump:


Users browsing this thread: 1 Guest(s)