[Tutorial] [TUT/FS] Anti Drive-By
#1

-------[TUT] Anti Drive-By------

Bom hoje vou ensinar a voces como criar um simples sistema de anti "DB" que e muito usado em RPG'S e RolePlays. E pra quem nao intende nada ou tive com aquela preguiзa de ler, No fim tem o link da filterscript pronta

Script Pronto
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    if(IsPlayerInAnyVehicle(killerid))
    {
        new string[100];
        new acusado[MAX_PLAYER_NAME];
        new vitima[MAX_PLAYER_NAME];
        GetPlayerName(killerid, acusado, MAX_PLAYER_NAME);
        GetPlayerName(playerid, vitima, MAX_PLAYER_NAME);
        format(string, sizeof(string), "[ADB] %s Fez Drive-by em %s e serб Kikado Pelo ADM",acusado,vitima);
        SendClientMessageToAll(0xCECE00AA, string);
    }
    return 1;
}
Explicacao
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)//inicio da public obvio
{
    if(IsPlayerInAnyVehicle(killerid))//caso quem matou o player estiver em um carro acontecera as linhas abaixo.
    {
        new string[100];//variavel da msg.
        new acusado[MAX_PLAYER_NAME];//variavel do nome do player que cometeu drive by.
        new vitima[MAX_PLAYER_NAME];//var do nome do player que foi morto.
        GetPlayerName(killerid, acusado, MAX_PLAYER_NAME);//pega o nome de quem matou
        GetPlayerName(playerid, vitima, MAX_PLAYER_NAME);//pega o nome da vitima
        format(string, sizeof(string), "[ADB] %s Fez Drive-by em %s e serб Kikado Pelo ADM",acusado,vitima);//formato da variavel string.
        SendClientMessageToAll(0xCECE00AA, string);//manda a msg para todos  do servidor dizendo quem fez db e quem levou.
    }
    return 1;
}
Muito simples nй se estiver algo errado me corrijam.

FilterScript

Nome do Script:[FS]ADB
Descriзгo:FS Anti DB
Autor:[FeK]Ivanzico
Tamanho:2KB(lol)
Formato: .rar contendo .pwn -.amx
Download: --> Link 4Shared <--
Pastebin:Pastebin[ADB]Up By [FeK]Drakins
Reply


Messages In This Thread
[TUT/FS] Anti Drive-By - by Ivan_xD - 08.10.2010, 23:50
Re: [TUT/FS] Anti Drive-By - by ipsBruno - 08.10.2010, 23:52
Respuesta: Re: [TUT/FS] Anti Drive-By - by Ivan_xD - 08.10.2010, 23:54
Re: [TUT/FS] Anti Drive-By - by LeLeTe - 09.10.2010, 00:20
Respuesta: Re: [TUT/FS] Anti Drive-By - by Ivan_xD - 09.10.2010, 00:22
Re: [TUT/FS] Anti Drive-By - by LeLeTe - 09.10.2010, 00:26
Respuesta: [TUT/FS] Anti Drive-By - by Ivan_xD - 09.10.2010, 00:28
Re: [TUT/FS] Anti Drive-By - by Gabriel_Halls - 09.10.2010, 01:15
Respuesta: [TUT/FS] Anti Drive-By - by Lipepva - 09.10.2010, 03:02
Respuesta: [TUT/FS] Anti Drive-By - by Ivan_xD - 09.10.2010, 03:03

Forum Jump:


Users browsing this thread: 4 Guest(s)