Thread: Orphaned Case - PI

Results 1 to 5 of 5
  1. #1 Orphaned Case - PI 
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    Well i get a orphaned case error @ case 11283:

    Code:
    	public int getRangeProjectileGFX() {
    			case 11283:
    			case 11285:
    			return 1166;
    For some reason when i fix it, it actually doesnt fix it

    Thanx
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Mar 2011
    Posts
    28
    Thanks given
    4
    Thanks received
    16
    Rep Power
    0
    Quote Originally Posted by Java' View Post
    Well i get a orphaned case error @ case 11283:

    Code:
    	public int getRangeProjectileGFX() {
    			case 11283:
    			case 11285:
    			return 1166;
    For some reason when i fix it, it actually doesnt fix it

    Thanx
    No switch statement???

    public int getRangeProjectileGFX() {
    switch(c.playerEquipment[c.playerWeapon]) {
    case 11283:
    case 11285:
    return 1166;
    }
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    lelel, i just found out i fixed it already 10 times but there came other errors :B:B

    Thx anyways, be fixing those
    Reply With Quote  
     

  4. #4  
    Donator

    Robgob69's Avatar
    Join Date
    Oct 2010
    Age
    33
    Posts
    749
    Thanks given
    71
    Thanks received
    139
    Rep Power
    117
    Quote Originally Posted by Java' View Post
    lelel, i just found out i fixed it already 10 times but there came other errors :B:B

    Thx anyways, be fixing those
    misplaced a bracket?
    potatoes.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    He didn't have a switch statement lul
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Case Orphaned (case 17) Paying $2
    By Bondie8 in forum Help
    Replies: 13
    Last Post: 11-28-2010, 10:44 AM
  2. [PI] Orphaned case
    By Mark in forum Help
    Replies: 12
    Last Post: 11-12-2010, 01:17 AM
  3. Replies: 5
    Last Post: 11-10-2010, 08:05 PM
  4. Replies: 3
    Last Post: 02-16-2009, 06:25 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •