Thread: Object Spawning

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Object Spawning 
    Since '06

    Ayton's Avatar
    Join Date
    Dec 2006
    Age
    25
    Posts
    1,417
    Thanks given
    63
    Thanks received
    36
    Discord
    View profile
    Rep Power
    327
    Ages ago there was a tut on spawning objects clientside.
    Could someone send me the link to it if it still exists?
    If not, help me please

    (Not the one with arrays)

    Thanksz
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Since '06

    Ayton's Avatar
    Join Date
    Dec 2006
    Age
    25
    Posts
    1,417
    Thanks given
    63
    Thanks received
    36
    Discord
    View profile
    Rep Power
    327
    Anyone?
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Since '06

    Ayton's Avatar
    Join Date
    Dec 2006
    Age
    25
    Posts
    1,417
    Thanks given
    63
    Thanks received
    36
    Discord
    View profile
    Rep Power
    327
    Plawkz.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Since '06

    Ayton's Avatar
    Join Date
    Dec 2006
    Age
    25
    Posts
    1,417
    Thanks given
    63
    Thanks received
    36
    Discord
    View profile
    Rep Power
    327
    Bump
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    30
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    [Only registered and activated users can see links. ] <- There.
    Reply With Quote  
     

  6. #6  
    Since '06

    Ayton's Avatar
    Join Date
    Dec 2006
    Age
    25
    Posts
    1,417
    Thanks given
    63
    Thanks received
    36
    Discord
    View profile
    Rep Power
    327
    That;s not the one I'm searching for =[
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  7. #7  
    Member Market Banned Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    Code:
    public void spawnobjects(int coordx,int coordy,int objectid){
    
    	        int mapRegionX = (coordx >> 3) - 6;
    	        int mapRegionY = (coordy >> 3) - 6;
    	        int convertcoordx = (coordx - (mapRegionX * 8));
    	        int convertcoordy = (coordy - (mapRegionY * 8));
               	int i2 = 0;
               	int l4 = convertcoordx  + (i2 >> 4 & 7);
                	int k7 = convertcoordy + (i2 & 7);
               	int i15 = 40 >> 2;
                	int k16 = 40 & 3;
               	int l17 = anIntArray1177[i15];
    
    
            if(l4 >= 0 && k7 >= 0 && l4 < 104 && k7 < 104) {
    	         method130(404, -1, objectid, k16, l17, k7, i15, anInt918, l4, 0);
    	}
    
    }
    ILY Stewie.
    Reply With Quote  
     

  8. #8  
    Since '06

    Ayton's Avatar
    Join Date
    Dec 2006
    Age
    25
    Posts
    1,417
    Thanks given
    63
    Thanks received
    36
    Discord
    View profile
    Rep Power
    327
    That's it I guess, where do I add it?
    I mean the spawning, not the method.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    Member Market Banned Market Banned

    Robin Spud's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    2,338
    Thanks given
    46
    Thanks received
    73
    Rep Power
    1068
    Quote Originally Posted by Ayton View Post
    That's it I guess, where do I add it?
    I mean the spawning, not the method.
    umm some people add it as a command. idk where to add it, never used it.
    ILY Stewie.
    Reply With Quote  
     

  10. #10  
    Since '06

    Ayton's Avatar
    Join Date
    Dec 2006
    Age
    25
    Posts
    1,417
    Thanks given
    63
    Thanks received
    36
    Discord
    View profile
    Rep Power
    327
    Mmm, got a lot of objects to load.
    My problem is, serverside it laggs.
    So I want to try clientside, hopefully no lagg.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

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