PDA

View Full Version : Question please



hello9876123
04-28-2007, 10:42 PM
I have a question about any autoer that has multiple accounts. If a Script has up to 6 accounts you can use, will it go through 1, 2, 3, 4, 5, 6 then STOP OR go to 1, 2, 3, 4, 5, 6, 1, 2, 3, 4, 5, 6 etc....

And also
Is there such thing for a player to just use 1 account and if it logs out, it will log back in to continue what its doing?

Thank you:)

omgh4x0rz
04-28-2007, 10:52 PM
For multiplayer scripts they will loop the players(1,2,3,1,2,3,1,2,3)

You can make a script for just one player that will log in if it logs out. Just use the if (not(LoggedIn)) then

Alternatively, you can just mod the declare players procedure in an existing multiplayer script so that it only uses 1 player.

Hugolord
05-05-2007, 07:58 PM
or you could set the second player the same as ur first i think