19.10.2011, 05:30
Not sure if I understood what you wanted but what try this, this is what I understood.
Delete the current new GermanyPoints[MAX_PLAYERS]; you have and change it out with this, then it wont use playerids as you asked for
new GermanyPoints;
GermanyPoints++;
format(newtext, sizeof(newtext), "Points:%d", GermanyPoints);
Delete the current new GermanyPoints[MAX_PLAYERS]; you have and change it out with this, then it wont use playerids as you asked for
new GermanyPoints;
GermanyPoints++;
format(newtext, sizeof(newtext), "Points:%d", GermanyPoints);