Results 1 to 4 of 4

Thread: Need Help With anti randoms

  1. #1
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Question Need Help With anti randoms

    I'm New to simba, I want some help with adding anti randoms, I have read this guide : http://villavu.com/forum/showthread.php?t=58935
    But it doesn't work.

    I have the following questions:
    - Is adding anti-randoms easy or It's hard and needs time? because in the guide it says it's easy
    - does the given code in the guide complete all the randoms?
    - Can I add anti-randoms to any script that are released in the public section?

    Looking for someone to help me.

    If you are willing to help me adding anti-randoms Please add me on skype: jeries.elias

    Thanks in advance.

  2. #2
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    First of all use the SRL-osr Include since most of the randoms are solved there.

    Then u have to be certain that Players[0].Nick :=''; in your declareplayers;

    Example usage:
    Ingame name = Zezima
    Players[0].Nick :='ezi'; // 3 letters after the first one.

    Lastly you gotta call SetScreenName(Players[0].Nick) after DeclarePlayers;

    Simply call FindNormalRandoms; throughout your script for usage.

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Dec 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Lastly you gotta call SetScreenName(Players[0].Nick) after DeclarePlayers;
    So I can put this in the same place as where I call FindNormalRandoms;?

  4. #4
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    no put it at start of script and then always use FindNormalRandoms in parts in your script so it finds normal randoms and make sure there's no infinite loop in your script or your script will not wokring

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
  •