Results 1 to 5 of 5

Thread: next player

  1. #1
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default next player

    so im making a quick script for sof spinning on multiply accounts
    if im writing it to use on a few spam accounts with members trial.
    so.. if i put them all in declare players when do i call it to do next player?
    also do i nedd to call something like "setup srl" at the beginning of the mainloop?

    ima be a noob but please try to explain this to me, even though it's most likely mega simply

  2. #2
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont know much about multiplayer, but I'll share what I know.
    In your declare players, you should have a section for each player
    Players[0]
    blahblah blah
    Players[1] ect.
    If you are using any functions from the srl include(gametab, Mouse, MMouse) then you will need to include SetupSRL at the beggining of your mainloop. As for how to switch player, I've never used multiplayer, so im not sure. Try disecting a few public scripts to see how they do it.
    Good luck!
    Foooty
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  3. #3
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Foooty View Post
    I dont know much about multiplayer, but I'll share what I know.
    In your declare players, you should have a section for each player
    Players[0]
    blahblah blah
    Players[1] ect.
    If you are using any functions from the srl include(gametab, Mouse, MMouse) then you will need to include SetupSRL at the beggining of your mainloop. As for how to switch player, I've never used multiplayer, so im not sure. Try disecting a few public scripts to see how they do it.
    Good luck!
    Foooty
    yea i knew to increase the number on Players[0] but thanks for the "setupSRL" bit because i wasn't sure on that

  4. #4
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    http://villavu.com/forum/showthread.php?t=12858
    Always search around the tutorial section, there are tutorials for almost everything.

  5. #5
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    http://villavu.com/forum/showthread.php?t=12858
    Always search around the tutorial section, there are tutorials for almost everything.
    thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •