14.01.2013, 17:39
You can Increase your score with this:
pawn Код:
public Score()
{
for(new i = 0;i != MAX_PLAYERS;++i)
{
SetPlayerScore(i, GetPlayerScore(i)+1);
}
return 1;
}