PDA

View Full Version : Need some help



marc2333
05-19-2012, 12:54 AM
I have few questions :

Question 1 :How can i choose the world my script will login in ?

Question 2 : FIXED Thx

x[Warrior]x3500
05-19-2012, 01:07 AM
try adding this:
Players[0].WorldInfo :=[true, 15, false] ;

putonajonny
05-19-2012, 01:12 AM
If that is your declare players procedure, make sure you call declare players in your script before you try and log in:

program new;
procedure DeclarePlayers;
begin
Players[0].Name := ... etc...

end;

begin

SMART_Server := 1;
SetupSRL;
DeclarePlayers;
LoginPlayer;

end.

marc2333
05-19-2012, 04:33 PM
Fixed it for the login problem, how can i make it log in world i choose ?