#3

Get rid of this new Exp[MAX_PLAYERS]; and use PVars
pawn Код:
//GetPlayerExp
stock GetPlayerExp(playerid)
{
    return GetPVarInt(playerid, "EXP");
}
//SetPlayerExp
stock SetPlayerExp(playerid,cash)
{
    SetPVarInt(playerid, "EXP", cash);
    return GetPVarInt(playerid, "EXP");
}
Reply


Messages In This Thread
Exp - by [ES]Leszek_ - 13.06.2010, 08:55
Re: Exp - by Cameltoe - 13.06.2010, 09:13
Re: Exp - by Dark_Kostas - 13.06.2010, 09:34

Forum Jump:


Users browsing this thread: 1 Guest(s)