stock giveplayerscore
#3

near enough

pawn Код:
stock givescore(playerid, ammount)
{
    new currentscore;
    currentscore = GetPlayerScore(playerid);
    SetPlayerScore(playerid, currentscore + ammount);
}
still works though DDD
Reply


Messages In This Thread
stock giveplayerscore - by thefatshizms - 26.06.2012, 19:58
Re: stock giveplayerscore - by ViniBorn - 26.06.2012, 20:01
Re: stock giveplayerscore - by thefatshizms - 26.06.2012, 20:13

Forum Jump:


Users browsing this thread: 1 Guest(s)