[Ajuda] Anti Puxa Carros
#4

PHP код:
#include <a_samp>
new puxatudo[MAX_PLAYERS];
public 
OnFilterScriptInit()
{
    print(
"Anti Car Spam by Koma loaded.");
    return 
1;
}
public 
OnPlayerStateChange(playeridnewstateoldstate)
{
    
puxatudo[playerid] ++;
    
SetTimerEx("puxatudo2"1000,false,"i",playerid);
    return 
1;
}
forward puxatudo2(playerid);
public 
puxatudo2(playerid)
{
    
puxatudo[playerid] --;
    if(
puxatudo[playerid] > 10)
    {
        new 
sefu[128], Name[MAX_PLAYER_NAME];
        
SendClientMessage(playerid0x33AA33AA"[Server]: You Are Banned from this Server ! ||CAR SPAM||");
        
GetPlayerName(playeridNamesizeof(Name));
        
format(sefusizeof(sefu), "[Server]: %s foi banido pelo uso de Car Spam."Name);
        
SendClientMessageToAll(0xAA3333AAsefu);
        
BanEx(playerid"Car Spam");
        
Ban(playerid);
    }
    return 
1;

By: Koma.

Funfa , eu ja testei
Reply


Messages In This Thread
Anti Puxa Carros - by matheuspain - 22.10.2012, 17:13
Re: Anti Puxa Carros - by paulor - 22.10.2012, 17:25
Re: Anti Puxa Carros - by matheuspain - 22.10.2012, 17:32
Re: Anti Puxa Carros - by [PSN]Andre_Simpson - 22.10.2012, 17:43
Re: Anti Puxa Carros - by matheuspain - 22.10.2012, 17:47
Re: Anti Puxa Carros - by [PSN]Andre_Simpson - 22.10.2012, 17:54
Re: Anti Puxa Carros - by matheuspain - 22.10.2012, 17:57
Re: Anti Puxa Carros - by [PSN]Andre_Simpson - 22.10.2012, 18:04
Re: Anti Puxa Carros - by matheuspain - 22.10.2012, 18:07
Re: Anti Puxa Carros - by [PSN]Andre_Simpson - 22.10.2012, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)