27.04.2009, 15:46
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);
}
}
}
}
}
}
|
Thanks

