Quote:
Originally Posted by hanzen
Under RegisterPlayer() change this:
pawn Код:
AccountInfo[playerid][aScore] = GetPlayerScore(playerid);
To:
pawn Код:
AccountInfo[playerid][aScore] = 0; // change to default starting score
|
Yeah and don't forget to SET their score using "SetPlayerScore", otherwise it would be a useless variable.