How i can to get through in SA folder for player who use CLEO?
#3

http://pastebin.com/AVrySvAH
This?

Callbacks
Код:
public OnPlayerCleoDetected( playerid, cleoid )
{
    switch( cleoid )
    {
        case CLEO_FAKEKILL:
        {
            SendClientMessage( playerid, -1, "You are fake killing." );
            BanEx( playerid, "Fake kill" );
        }
        case CLEO_CARWARP:
        {
            SendClientMessage( playerid, -1, "You are car warping." );
            BanEx( playerid, "Car Warp" );
        }
        case CLEO_CARSWING:
        {
            SendClientMessage( playerid, -1, "You are car swinging" );
            BanEx( playerid, "Car Swing" );
        }
        case CLEO_CAR_PARTICLE_SPAM:
        {
            SendClientMessage( playerid, -1, "You are partical spamming" );
            BanEx( playerid, "Car Particle Spam" );
        }
    }
    return 1;
}
Reply


Messages In This Thread
How i can to get through in SA folder for player who use CLEO? - by Vaki - 02.09.2015, 16:24
Re: How i can to get through in SA folder for player who use CLEO? - by SpikY_ - 02.09.2015, 16:28
Re: How i can to get through in SA folder for player who use CLEO? - by Variable™ - 02.09.2015, 16:40

Forum Jump:


Users browsing this thread: 1 Guest(s)