Hi, I'm new to Soldat ...and Pascal. I have programming experience in Java, C, and a handful of minor, ugly languages. This language seems ...strange to me. But I'll pick it up soon, I hope.
Can anyone help me understand why this isn't working?
procedure OnPlayerDamage(Victim,Shooter: Byte;Damage: Integer);
begin
MovePlayer(Shooter,GetPlayerStat(Shooter,'x')+1,GetPlayerStat(Shooter,'y')+1)
end;
it compiles okay, but when the player is shot..the server crashes.
Any help is appreciated, thanks.