Anti-Xiter de Armas -
Bruno Pereira - 24.06.2011
Estava sem nada pra fazer nessa noite/madrugada ja que meu server ta off, entгo decidi fazer um FS.
Ele й simples mas acho que ja da uma ideia pra vocкs fazerem e editarem o seu ou mesmo o meu, mantendo os creditos claro.
Sugestхes e criticas sгo bem vindas
Lols, no pastebin o codigo ficou bem bagunзado O.o!
Pastebin:
http://pastebin.com/HG7kmyTv
ANTXITER.pwn
Nгo remova os creditos, se for remover do FS, pelo menos poe no /creditos se seu servidor tiver. Abraзos!
Atualizado 24/06 - 11:16h
Agradecimentos: Shadoww5
Re: ANTI-XITER de ARMAS -
Dr_Pawno - 24.06.2011
Eu jб vi este codigo em algum outro lugar.
Re: ANTI-XITER de ARMAS -
Ricop522 - 24.06.2011
Anti Chiter de armas nгo tгo eficaz, mais ok..
Re: ANTI-XITER de ARMAS -
Shadoww5 - 24.06.2011
PHP код:
#include <a_samp>
#define FILTERSCRIPT
new Armas[] = {
2,
8,
35, // BASTA COLOCAR O ID DAS ARMAS AQUI E PRONTO
};
public OnFilterScriptInit() return SetTimer("Check",1000,true);
forward Check();
public Check()
{
new string[256];
new giveplayer[MAX_PLAYER_NAME];
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK)
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
format(string, sizeof(string), "AVISO: %s estб usando um JetPack Fiquem de olho nele!!", giveplayer);
SendClientMessageToAll(0xFFFF00FF, string);
SetPlayerPos(i,369.76, -2039.61, 7.67+300);
ResetPlayerWeapons(i);
}
for(new a = 0; a < sizeof(Armas); a ++)
{
if(GetPlayerWeapon(i) == Armas[a])
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
format(string, sizeof(string), "AVISO: %s estб usando uma arma proibida ! Fique de olho nele.", giveplayer);
SendClientMessageToAll(0xFFFF00FF, string);
SetPlayerPos(i,369.76, -2039.61, 307.67);
ResetPlayerWeapons(i);
}
}
}
return 1;
}
Basta colocar o ID das armas que vocк quer proibir dentro da array
Armas e pronto. Mais prбtico, nгo ?
@[S]trong
Valeu pela ajuda :*
#EDIT
Precisava colocar o titulo com CAPS LOCK ? ¬¬'
Re: ANTI-XITER de ARMAS -
[BGL]jonas_OwNer - 24.06.2011
falto os creditos do GF!
Re: ANTI-XITER de ARMAS -
Bruno Pereira - 24.06.2011
Quote:
Originally Posted by Shadoww5
PHP код:
#include <a_samp>
#define FILTERSCRIPT
new Armas[] = {
2,
8,
35, // BASTA COLOCAR O ID DAS ARMAS AQUI E PRONTO
};
public OnFilterScriptInit() return SetTimer("Check",1000,true);
forward Check();
public Check()
{
new string[256];
new giveplayer[MAX_PLAYER_NAME];
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK)
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
format(string, sizeof(string), "AVISO: %s estб usando um JetPack Fiquem de olho nele!!", giveplayer);
SendClientMessageToAll(0xFFFF00FF, string);
SetPlayerPos(i,369.76, -2039.61, 7.67+300);
ResetPlayerWeapons(i);
}
for(new a = 0; a < sizeof(Armas); a ++)
{
if(GetPlayerWeapon(i) == Armas[a])
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
format(string, sizeof(string), "AVISO: %s estб usando uma arma proibida ! Fique de olho nele.", giveplayer);
SendClientMessageToAll(0xFFFF00FF, string);
SetPlayerPos(i,369.76, -2039.61, 307.67);
ResetPlayerWeapons(i);
}
}
}
return 1;
}
Basta colocar o ID das armas que vocк quer proibir dentro da array Armas e pronto. Mais prбtico, nгo ?
@[S]trong
Valeu pela ajuda :*
#EDIT
Precisava colocar o titulo com CAPS LOCK ? ¬¬'
|
Sobre o titulo й costume.
Vlw ae por ensinar um jeito mais facil
.
Ja atй atualizei la e mudei umas coisas, obrigado
.
@Jonas.
Ma basiei no GF que eu vi a um bom tempo pra fazer, mas nгo copiei de la... pode tar igual porque eu sempre usei GF mas nгo copiei nada de la.
Re: Anti-Xiter de Armas -
iPauliinLegendary - 16.08.2011
Bem Eficaz.
Parabйns.
Re: Anti-Xiter de Armas -
Macintosh - 16.08.2011
Para de bump cara, os tуpicos mortos e tu fica ressuscitando, aff.
Re: Anti-Xiter de Armas -
Bruno Pereira - 16.08.2011
Eita coveirгo!
Re: Anti-Xiter de Armas -
BrunoBSF - 17.08.2011
Muito Bom