27.11.2011, 09:22
If you want a "GivePlayerScore" function here is a simple stock:
An example would be:
pawn Код:
stock GivePlayerScore( playerid, score ) SetPlayerScore( playerid, GetPlayerScore( playerid ) + score );
pawn Код:
GivePlayerScore( playerid, 5 ); /* increase playerid score with 5 points */