Ajuda com ANT-MONEYHACK
#2

pawn Код:
stock DarGranaPlayer(playerid, valor)
{
    new alocar = Grana[playerid] += valor;
    if(alocar >= 9999999999) return SendClientMessage(playerid, COLOR_LIGHTRED, "Vocк nгo pode ter mais de R$ 9999999999!");
    Grana[playerid] += valor;
    AtualizarGrana(playerid);
    return 1;
}
use: += ao invйs do +
e tambйm -= ao invйs do -
Reply


Messages In This Thread
Ajuda com ANT-MONEYHACK - by Hiuship - 08.09.2011, 22:44
Re: Ajuda com ANT-MONEYHACK - by [O.z]Caroline - 08.09.2011, 22:47
Re: Ajuda com ANT-MONEYHACK - by Hiuship - 08.09.2011, 22:53
Re: Ajuda com ANT-MONEYHACK - by [O.z]Caroline - 08.09.2011, 22:54
Re: Ajuda com ANT-MONEYHACK - by Hiuship - 08.09.2011, 23:12
Re: Ajuda com ANT-MONEYHACK - by [O.z]Caroline - 08.09.2011, 23:21

Forum Jump:


Users browsing this thread: 1 Guest(s)