26.06.2012, 19:58
hello, sorry if this is completely wrong i was taking a wild guess and im a noob at scripting still
ive done something wrong lol but as i guessed i have no clue what
EDIT: nvm i think i got it
pawn Код:
stock givescore(playerid, ammount)
{
new currentscore;
currentscore = GetPlayerScore(playerid);
SetPlayerScore(playerid, currentscore++ammount);
}
EDIT: nvm i think i got it