One question ..
#5

pawn Код:
enum BLAH
{
    PLAYHARDCASH
}

new PlayerInfo[MAX_PLAYERS][BLAH];


stock GiveMoney(playerid ,amount)
{
    PlayerInfo[playerid][PLAYHARDCASH]+=amount;
}

stock GetMoney(playerid)
{
    return PlayerInfo[playerid][PLAYHARDCASH]+=amount;
}
Reply


Messages In This Thread
One question .. - by PlayHard - 29.12.2011, 14:51
Re: One question .. - by Lуs - 29.12.2011, 14:54
Re: One question .. - by THE_KNOWN - 29.12.2011, 14:55
Re: One question .. - by PlayHard - 29.12.2011, 14:55
Re: One question .. - by THE_KNOWN - 29.12.2011, 14:57
Re: One question .. - by Lуs - 29.12.2011, 14:59
Re: One question .. - by Stigg - 29.12.2011, 15:06
Re: One question .. - by PlayHard - 29.12.2011, 15:17

Forum Jump:


Users browsing this thread: 2 Guest(s)