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

cheatking

Members
  • Posts

    4203
  • Joined

  • Last visited

    Never

Everything posted by cheatking

  1. @Cake: > It's a variable… It has to be a string a work around is to add "" & before it
  2. @[SB: > Cheatah link=topic=41052.msg406800#msg406800 date=1238008555] > Answer my question? If you make t a string yes.
  3. @Cake: > It's a variable… But in **needs** to be a string.
  4. HighscoreKills = Int(GetVar("/scripts/pvp.ini", HighscoreName, "Kills")) ^Must be a string
  5. @ZelconGames: > How did you break all of your fingers?! Notice how I'm typing this…
  6. @[SB: > Cheatah link=topic=41052.msg406630#msg406630 date=1237997623] > where? btw I send you my Main? Anywhere! No don't.
  7. Calling it through /showhs dosent work but if you add it to something else it dose
  8. @Hippoman: > my tie is broken. > > sorry guys. > > lol I broke every one of my fingers so I cant hold the mike.
  9. @[SB: > Cheatah link=topic=41052.msg406616#msg406616 date=1237996794] > > So HighscoreName = GetVar("/scripts/pvp.ini", "Highscore", Highscore) > must be HighscoreKills = Int(GetVar("/scripts/pvp.ini", HighscoreName, "Kills"))? No those are 2 lines of YOUR vode that are missing "" change HighscoreName = GetVar("/scripts/pvp.ini", "Highscore", Highscore) To HighscoreName = GetVar("/scripts/pvp.ini", "Highscore", "Highscore") And HighscoreKills = Int(GetVar("/scripts/pvp.ini", HighscoreName, "Kills"))? To HighscoreKills = Int(GetVar("/scripts/pvp.ini", "HighscoreName", "Kills"))? @[SB: > Cheatah link=topic=41052.msg406616#msg406616 date=1237996794] > And Call CustomMenuShow(Index, "/GUI/Custom/Highscore.png", 1) > Must be Call CustomMenuShow(Index, "Needs a name.", "/GUI/Custom/Highscore.png", 1)? yes
  10. HighscoreName = GetVar("/scripts/pvp.ini", "Highscore", Highscore) HighscoreKills = Int(GetVar("/scripts/pvp.ini", HighscoreName, "Kills")) Your missing quotations. ("") Call CustomMenuShow(Index, "/GUI/Custom/Highscore.png", 1) Missing a ttle. Call CustomMenuShow(Index, "Needs a name.", "/GUI/Custom/Highscore.png", 1)
  11. Bottles of beer was successfull so… 10 Sticks of dynamite hanging on the wall! 10 Sticks of dynamite hanging on the wall! And if 1 stick of dynamite should ever ever fall.... There will be no sticks of dynamite and no bloody wall. [GAME_OVER]
  12. @Ambard: > Answer this simple question and you may pass. > > Consider a fixed line AB=4\. Also consider a line CD, such that > AB=CD=4, and that AB is the perpendicular bisector of CD AND CD is the perpendicular bisector of AB. > Now, consider the set of all points P on CD (which there are inifineitely many). For every unique point P, there is a unique point Q such that QBPA is cyclic (all four points lie on a circle). > The set of all possible points Q creates a familiar figure. > What is that figure and what is the area of that figure? Is it 50.26?
  13. > most "successful" MMORPG'S feature around 1300 Quests. This isn't siccessful? They rake in lots of cash and have A HUGE player base.
  14. cheatking

    Space GFX

    @Xenonyte: > There is light depending on how many suns there are. Hopefully you just have one, else you will be kind of screwed. We're screwed then… Lol smurf just make 2 simple shadow overlays one at a 90' angle and the other at 45' flip as needed so it covers 8 directions.
  15. @dray777: > but spider man is a wussy (dunno if i could put a P at the beggining of that…) pwussy? Sorry I had to LP Nananana FATMAN!
  16. Case "/showhs" You missed an exit sub. HighscoreName = GetVar("/scripts/pvp.ini", "Highscore", Highscore You are missing a ) ``` ''''This is in Sub Commands'''' Case "/showhs" Call ShowHS(Index) Exit Sub Case Else Call PlayerMsg(Index, "That is not a valid command.", BRIGHTRED) End Select End Sub Sub ShowHS(Index) Dim Highscore Dim HighscoreName Dim HighscoreKills Highscore = 1 CMI = 1 Y = 100 Call PlayerMsg(Index, "Workin'", Brightgreen) Do While Highscore < 51 HighscoreName = GetVar("/scripts/pvp.ini", "Highscore", Highscore) HighscoreKills = Int(GetVar("/scripts/pvp.ini", HighscoreName, "Kills")) Call PlayerMsg(Index, "Processing, highscore = " & Highscore & " highscore kills = " & HighscoreKills & " highscore name = " & HighscoreName & " .", BRIGHTGREEN) If Highscore = 1 Then Call CustomMenuShow(Index, "/GUI/Custom/Highscore.png", 1) End If Call CustomMenuLabel(Index, CMI, Highscore & ": " & HighscoreName & HighscoreKills , 200, Y, 10, 0, 0, 400, 20) Highscore = Highscore + 1 CMI = CMI + 1 Y = Y + 20 Loop End Sub ```
  17. It starts off high brcause of the high ground. It acrches because that was the style.
  18. @Alpha: > There is no dithering on some of the image modifiers! > > -Alpha Theres a way other than manually?
  19. @[SB: > Ninja-Tech link=topic=41042.msg405337#msg405337 date=1237817802] > awww thats sooo cuteeee…. > i want kittens so badly I like cats too but I'm the ONLY member of my family thats NOT alergic to cats :'(
  20. If they are moving the wiki shouldn't it go to http://www.touchofdeathforums.com/wiki/ ?
  21. cheatking

    Servers

    more servers will lag more. Copy and pase the server and change the port.
×
×
  • Create New...