I'm just learning how to script and started experimenting with things and wrote this uber-simple, totally noob script, but it doesn't work, the dedicated server shuts itself down and only gets up to "compiling 'lol script'".
When I try opening it up again it won't and there is no log file, even though I deleted the script, the only solution i've found is uninstalling and re-installing soldat server.
Script:
procedure OnPlayerKill(Killer, Victim: byte;Weapon: string);
begin
WriteConsole(0,'Someone died!',$EE81FAA1);
end;
(its supposed to say to all players "someone died" when someone dies)