Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

gdog12356

Members
  • Posts

    684
  • Joined

  • Last visited

    Never

Everything posted by gdog12356

  1. ``` If GetPlayerClass(index) = 1 Then Player(index).Map = 1 Player(index).x = 4 Player(index).y = 4 ElseIf GetPlayerClass(index) = 2 Then Player(index).Map = 2 Player(index).x = START_X Player(index).y = START_Y ElseIf GetPlayerClass(index) = 3 Then ' code for class 3 here. End If ```
  2. you can also just make it so when you hit the "map" button on the admin panel, it closes it by doing ``` frmMain.picAdmin.visible = false ```
  3. Lol i caught a little snag in the new trailer. At 1:15 there is a golden Gun :O
  4. @Robin: > Ended up cancelling my first ever game pre-order. BF3 looks fun but I've been trying to redeem my BF2 and BF2142 product keys on Origin for over a week now and I'm being told they won't be able to get anything done for at least another week. > > Screw everything about EA. I canceled mine too. I'm not going to waste money on a game i might possibly enjoy for 5 minutes then realize it is a fail. @Rob: > Meh the beta just left a sour taste in my mouth, we will see when it comes out if it got any better. Lol, same. I thought that movement made the screen blurry, and moving too much :/
  5. @Owen: > See the reason you doubt they WILL fix them is because you play Call of Duty where nothing gets fixed. Its the opposite. Call of Duty fixes nearly everything. Some things cannot be fixed without redistributing every disc. Hence the that MW3 has a new updating system. Almost every bug in Black Ops got fixed, every hates it. So many complain because trey arch patches things. The truth is, there isn't any reason to patch something unless it is unfair to other players. yet again, treyarch wants to prove to all the hackers they are the ones in charge. MW3 will definatly have bugs. I guarantee you there are going to be 10th prestige lobby's within the days it comes out. They will just get patched, yes it is unfair to the other players but why take away their fun? You should just have special lobby's where you can get into all the glitch spots for FUN.
  6. That sprite looks like it was ripped off from graal online from the ipod touch. ![](http://thetouchgamer.com/wp-content/gallery/GraalOnline-Classic/GraalOnline-Classic1.jpg)
  7. Hero Engine is free now, i dont know when you last checked but evidently it was awhile ago.
  8. learn how to search u lazy arse @Soul: > Yeah, just use your example above. > > ``` > If GetPlayerClass(index) = 1 Then > Select Case Rand(1,3) > Case 1 > Player(index).Map = 3 > Player(index).x = 4 > Player(index).y = 4 > Case 2 > Player(index).Map = 5 > Player(index).x = 2 > Player(index).y = 4 > Case 3 > Player(index).Map = 2 > Player(index).x = 3 > Player(index).y = 6 > End Select > ElseIf GetPlayerClass(index) = 2 Then > Select Case Rand(1,3) > Case 1 > Player(index).Map = 3 > Player(index).x = 4 > Player(index).y = 4 > Case 2 > Player(index).Map = 5 > Player(index).x = 2 > Player(index).y = 4 > Case 3 > Player(index).Map = 2 > Player(index).x = 3 > Player(index).y = 6 > End Select > ElseIf GetPlayerClass(index) = 3 Then > Select Case Rand(1,3) > Case 1 > Player(index).Map = 3 > Player(index).x = 4 > Player(index).y = 4 > Case 2 > Player(index).Map = 5 > Player(index).x = 2 > Player(index).y = 4 > Case 3 > Player(index).Map = 2 > Player(index).x = 3 > Player(index).y = 6 > End Select > ElseIf GetPlayerClass(index) = 4 Then > Select Case Rand(1,3) > Case 1 > Player(index).Map = 3 > Player(index).x = 4 > Player(index).y = 4 > Case 2 > Player(index).Map = 5 > Player(index).x = 2 > Player(index).y = 4 > Case 3 > Player(index).Map = 2 > Player(index).x = 3 > Player(index).y = 6 > End Select > End If > > ``` > There's no special rules for If … ElseIf ... End If, whatever should happen goes in the appropriate spot.
  9. Lol awesome, the quest system is a biggie for me :)!
  10. add me oon xbox : A piece of clay
  11. They completely changed the killstreak system, and they added proficiency system. Its kind of like a new perk for your guns… bling, etc
  12. ![](http://i.minus.com/ic219a.png) Modern Warefare 3 is the newest call of duty game, coming on November 11th. It is based in WW3 Time, and is made by activision and sledgehammer games. Gameplay: http://www.youtube.com/watch?v=gftB6QGJfMI&feature=youtu.be http://www.youtube.com/watch?v=F5xmoCSeMzA&feature=player_embedded Ill add more later time to go to bed :3
  13. @MrMiguu: > I lost the source to both engines when my computer crashed a while ago. I have retrieved the PVO source thanks to a helpful member of the forums ***cough***Jelly***cough***. :D
  14. stop stealing sprites from byond games, they suck… also you named your project the same exact as Rory's old project before it was renamed to Nin Online.
×
×
  • Create New...