09.01.2014, 12:30
uma dica ai:
chama esta funзгo com um timer
pawn Код:
Level_Update()
{
for(new i; i < MAX_PLAYERS; i++)
{
new string3[128];
format(string3, sizeof(string3), " ~b~~h~~h~ID ~w~%d ~b~~h~~h~Level ~w~%d ~b~~h~~h~Nick ~w~%s", i, dini_Int(file, "Level"), aname);
TextDrawSetString(gText3[i], string3);
}
}