27.03.2011, 17:45
1) That isn't the correct function:
2)Unless you are trying to do something specific with that object, you don't need to give it an id. If you are going to use it in a gate or something, then that error will go away when you use it in another function.
pawn Код:
new score;
score = GetPlayerScore(playerid);

