Hello, I read some tut about radial walking and i decided to try it.
I made a script and it doesnt work. pls help me
here is the pic when I want to walk:
and here is my code:
Code:program New; {$DEFINE SMART} {$i srl/srl.simba} {$i sps/sps.simba} {$IFDEF SMART} {$i srl/srl/misc/paintsmart.simba} {$ENDIF} Procedure DeclarePlayers; begin HowManyPlayers:=1; NumberOfPlayers(HowManyPlayers); CurrentPlayer:=0; Players[0].Name:=' Players[0].Pass:=' Players[0].Active:=True; end; Procedure WalkToPort; begin RadialWalk(1126978, 170, 190, 40, -1, 1); end; begin {$IFDEF SMART} Smart_Server := 0; Smart_Members := True; Smart_Signed := True; Smart_SuperDetail := False; {$ENDIF} SetUpSRL(); ActivateClient(); DeclarePlayers(); LoginPlayer(); WalkToPort; end.



Reply With Quote



