Yes you can.
Using command Command('/survival') = 1/0
It gives a line on console so I only check it on ActivateServer() and OnMapchange() (for when someone does /survival 0/1)
if (Command('/survival') = 1) then begin
SurvivalmodeOn := true;
end
else begin
SurvivalmodeOn := false;
end;