09.01.2014, 12:32
pawn Код:
public OnPlayerUpdate(playerid) {
format(string3, sizeof(string3), " ~b~~h~~h~ID ~w~%d ~b~~h~~h~Level ~w~%d ~b~~h~~h~Nick ~w~%s",playerid , dini_Int(file, "Level"), aname);
TextDrawSetString(gText3[playerid], string3);
TextDrawShowForPlayer(playerid, gText3[playerid]);
return true;
}