[FilterScript] [GM-ADDON] Anti Money Hack (No-Alternative-Money)
#1

How to use:
CTRL + H
GivePlayerMoney
for

GivePlayerCash


And Final GameMode:

pawn Код:
stock GivePlayerCash(playerid,Contia)
{
GivePlayerMoney(playerid,Contia);
SetPVarInt(playerid,"grana",GetPlayerMoney(playerid));
SetPVarInt(playerid,"AntiMH",10);
}
forward CheckGrana();
public CheckGrana()
{
    for(new to_dos = 0;to_dos < MAX_PLAYERS;to_dos++)//todos players
    {
        if(GetPVarInt(to_dos,"AntiMH") == 10)
        {
        SetPVarInt(to_dos ,"AntiMH",0);
        return 0;
        }
    if(GetPlayerMoney(to_dos) < GetPVarInt(to_dos,"grana")) SetPVarInt(to_dos,"grana",GetPlayerMoney(to_dos));
    while(GetPlayerMoney(to_dos) <= GetPVarInt(to_dos,"grana"))  return 0;
    /*
    HERE THE BAN
    */

    }
    return 1;
}
Obs:
He does not conflict with the AmmuNatios and street machines, only Stunts Bonus (EnableStuntBonusForAll and EnableStuntBonusForPlayer)

Credits for DraKoN (Me)


Sorry my Bad English (English School,lol)
Reply
#2

want me to translate some of the comments?
Reply
#3

// Todos os jogadores = //all players
Reply
#4

i know :L
Reply
#5

so why ask?

LOL Lolrolf
Reply
#6

want me to TRANSLATE rather than know what it is, and calling my lolrolf, haha you really do fail

fuck my signature, that means something else
Reply
#7

what is Lolrolf, sorry I am Brazilian ...
Reply
#8

well then how about using ****** translator hmm?
Reply
#9

Translator not taught lang and my English is in school he not slang, lal
Reply
#10

Quote:
Originally Posted by [FeK]DraKiNs
Посмотреть сообщение
Translator not taught lang and my English is in school he not slang, lal
*sigh* *facepalm* You FAIL at englinsh.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)