Players Crashing, any tactics to find out?
#4

Is that PEN1:LS ?
Just delete
Код:
if(reason == 38)
	{
		new kstring[128];
		new kickname[MAX_PLAYER_NAME];
		if(IsPlayerConnected(killerid))
		{
			GetPlayerName(killerid, kickname, sizeof(kickname));
			format(string, 256, "AdmWarning: [%d]%s just killed a player with minigun, be sure he's not fake-killing.",killerid,kickname);
			ABroadCast(COLOR_YELLOW,string,1);
			printf("%s", kstring);
		}
	}
and everything will work fine,trust me. Better use some AntiCheat system.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)