0 Members and 1 Guest are viewing this topic.
{fixed bugs}- Fixed "LobbyServer is Offline" message appearing when lobby is online- Fixed Lobby list showing wrong IP when specifying a BindIP- Fixed server crash when starting server with full path- Fixed /unbanlast command not working- Fixed server appearing as (WM) with Realistic Mode on- Fixed /banlast command not actually banning the player- Fixed /kill command showing 'killed by an admin' message twice- Fixed Grenade Kit reserving- Fixed overhealing with Regernate Polygons. (Resulted in an invisible health bar)- Fixed players can no longer pickup another Vest if they already have full Vest- Fixed 0 HealthCooldown error- Fixed subnet ban's not working. Also changed it so you can use * and ? wildcards- Fixed ForceWeapon works for bots- Fixed Lava Polygons doing no damage- Fixed Max_Spectators having no effect- Fixed Linux server crash if players try to join and BattlEye has not loaded.{added features}- Afew Script Core changes, see change log at http://enesce.com/help/- Added BEBanTime option in server.ini Time in minutes a player should be banned for a BattlEye Violation. 0 for permanent- Added /scripting 0/1 command to Disable/Enable scripting.- Modified 'Banned by an admin' text in banned.txt is now 'Banned by <admin name>'
- Fixed subnet ban's not working. Also changed it so you can use * and ? wildcards
weeeeeeeeeehaaaa
function OnPlayerDamage(Victim, Shooter: byte; Damage: integer): integer;begin result := Damage;end;
- Modified DrawText function no longer removes 0.80 from Scale. This means all existing scripts that use DrawText must take 0.80 from their existing scale in order to achieve the previous size before this change.