Help With Anti-Cheat. I don't want the LAdmins be kicked.
#4

Quote:
Originally Posted by DeathlyForce
Код:
public Jetpack()
{
for(new i; i < MAX_PLAYERS; i++)
{
if(IsPlayerLAdmin(i)) 
{
if(Jetpacka == 1)
{
if(IsPlayerConnected(i))
{
if(GetPlayerSpecialAction(i) == 2) 
{
format(Jetpacks,sizeof(Jetpacks), "Anti-Cheat: %s Has been kicked [Reason: Jetpack]", Isim(i));
SendClientMessageToAll(PURPLE, Jetpacks);
Kick(i);
}
}
}
}
}
}
Hmm I'll test it Thanks
Reply


Messages In This Thread
Help With Anti-Cheat. I don't want the LAdmins be kicked. - by RyDeR` - 27.04.2009, 15:04
Re: Help With Anti-Cheat. I don't want the LAdmins be kicked. - by RyDeR` - 27.04.2009, 15:17
Re: Help With Anti-Cheat. I don't want the LAdmins be kicked. - by GanG$Ta - 27.04.2009, 15:45
Re: Help With Anti-Cheat. I don't want the LAdmins be kicked. - by RyDeR` - 27.04.2009, 15:46
Re: Help With Anti-Cheat. I don't want the LAdmins be kicked. - by RyDeR` - 27.04.2009, 15:52

Forum Jump:


Users browsing this thread: 1 Guest(s)