Alt-tab Detection
#7

its simple example:

pawn Код:
public OnPlayerUpdate(playerid)
{
if(IsPlayerAltTabbing(playerid))
{
SendClientMessage(playerid,-1,"You just alt tab, and kicked!");
Kick(playerid);
}
return 1;
}
Reply


Messages In This Thread
Alt-tab Detection - by PRoleplay - 12.12.2012, 05:10
Re: Alt-tab Detection - by Scenario - 12.12.2012, 05:20
Re: Alt-tab Detection - by XtremeR - 12.12.2012, 06:48
Re: Alt-tab Detection - by BrandyPenguin - 12.12.2012, 07:00
Re: Alt-tab Detection - by PRoleplay - 12.12.2012, 07:53
Re: Alt-tab Detection - by PRoleplay - 12.12.2012, 08:05
Re: Alt-tab Detection - by XtremeR - 12.12.2012, 08:09
Re: Alt-tab Detection - by PRoleplay - 12.12.2012, 10:07
Re: Alt-tab Detection - by PRoleplay - 12.12.2012, 10:22

Forum Jump:


Users browsing this thread: 2 Guest(s)