hello all
Ive got a problem.
At this tTimee im working on a script.
It does not work and i tried to figure the mistake out.
Ive found the lines which are making the problem so Ive written a test script
but it Does not work (error] (108:18) (type mismatch))!!!!
Here is it
procedure OnPlayerKill(Killer, Victim: byte; Weapon: string);
begin
writeLn( Killer ); // if i remove this line it works! (
)
writeLn( Victim );
writeLn( Weapon );
end;
I have really no clue
may you have a solution