Little Bug - Where???
#5

Код:
public AntiHack()
{
	new string[256];
	for(new i; i<MAX_PLAYERS; i++)
	{
	  if(IsPlayerConnected(i) && Spawned[i] == 1)
		{
			if(GetPlayerSpecialAction(i) == 2)
			{
				format(string,sizeof(string), "[SERVERGUARD] %s wurde gebannt, Grund: Jetpack", GetName(i));
				SendClientMessageToAll(COLOR_LIGHTRED, string);
				AntiCheatLog(string);
				Ban(i);
			}
		}
	}
	return 1;
}

stock GetName(playerid)
{
	new name[MAX_PLAYER_NAME];
	GetPlayerName(playerid,name,sizeof(name));
	return name;
}
Reply


Messages In This Thread
Little Bug - Where??? - by SureShot - 28.11.2009, 15:30
Re: Little Bug - Where??? - by Streetplaya - 28.11.2009, 15:48
Re: Little Bug - Where??? - by SureShot - 28.11.2009, 15:53
Re: Little Bug - Where??? - by Streetplaya - 28.11.2009, 16:10
Re: Little Bug - Where??? - by SureShot - 28.11.2009, 16:16
Re: Little Bug - Where??? - by Streetplaya - 28.11.2009, 16:17
Re: Little Bug - Where??? - by SureShot - 28.11.2009, 16:36
Re: Little Bug - Where??? - by Streetplaya - 28.11.2009, 20:17
Re: Little Bug - Where??? - by MJ! - 28.11.2009, 20:23
Re: Little Bug - Where??? - by SureShot - 28.11.2009, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)