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