02.06.2010, 00:33
Please, help me. I dont understand what MAX_PLAYERS (i) do. When someone enters to the server the level textdraw should update. And that is what it does, I have this:
So, this "UpdateLevel" happens when somebody level ups or when they spawn. For example I am level 10 and Im already in the server and then a level 50 spawns my textdraw also changes to 50.
Any solution? THANKS!
Quote:
public UpdateLevel() { new string[15]; format(string, sizeof(string), "%d", GetPVarInt(playerid, NIVELES)); TextDrawSetString(Textdraw1, string); return 1; } |
Any solution? THANKS!