10.09.2011, 12:31
How to get player score?
+1 score?
+1 score?
SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);
COMMAND:gimmescore(playerid, params[])
{
SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);
return 1;
}
The wiki is there for a reason, and make sure you read it before you ask for help.
|