anti money cheathelp
#1

pawn Код:
stock GiveScash(playerid, cash)
{
    PlayerInfo[playerid][Scash] = PlayerInfo[playerid][Scash] + cash;
    return PlayerInfo[playerid][Scash];
}

stock SetScash(playerid, cash)
{
    PlayerInfo[playerid][Scash] = cash;
    return PlayerInfo[playerid][Scash];
}

stock ResetScash(playerid)
{
    return PlayerInfo[playerid][Scash] = 0;
}
doesnt work..?
Reply


Messages In This Thread
anti money cheathelp - by Kar - 31.07.2010, 01:11
Re: anti money cheathelp - by Carlton - 31.07.2010, 01:14
Re: anti money cheathelp - by Kar - 31.07.2010, 01:15
Re: anti money cheathelp - by cessil - 31.07.2010, 02:15
Re: anti money cheathelp - by GaGlets(R) - 31.07.2010, 03:57
Re: anti money cheathelp - by Kar - 31.07.2010, 04:02
Re: anti money cheathelp - by willsuckformoney - 31.07.2010, 04:23
Re: anti money cheathelp - by Kar - 31.07.2010, 04:26
Re: anti money cheathelp - by cessil - 31.07.2010, 05:48
Re: anti money cheathelp - by GaGlets(R) - 31.07.2010, 06:23

Forum Jump:


Users browsing this thread: 1 Guest(s)