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

00GuthixLord

Members
  • Posts

    154
  • Joined

  • Last visited

    Never

Everything posted by 00GuthixLord

  1. @TheChoosenOne: > I know index is a long. And it means the number will be printed. > @00GuthixLord > Your confusing me :P You all are confusing me… Index: The admin using n: the person getting healed
  2. @Relly: > That's kinda old xD > The latest ptv is [here](http://adf.ly/AmyFe), which does not use an installer. Glitch found in trading you can trade same item multiple times
  3. @Eckhart: > Gimp is great once you're used to it. I use it to make pixel art. Photoshop is imo better in every other way, and it has a 30 day free trial that you can exploit to make it last forever, but that's illegal. … i'll just stick with what i'm doing
  4. @Joost: > Most people here aren't allowed to host a server using their internet but they do it anyway. Your ISP won't even notice it, and if they will they won't shut you down randomly. @jcsnider: > They tend not to care about small stuff like Eclipse. They do care however if you are hosting websites and do occasional port 80 checks. Yes but even if i did i would not have the internet to keep it up. I don't have the best internet.
  5. @Deathbeam: > try 123systems.net, but i tried that webpage and its not working looks good but i'll do some research on it
  6. Ok, so i'm trying to set up a server and I have one problem. That is I can't host a server off my network. Please don't say just port forward… No I mean it's against the contract my family has for the internet, so I can not set up a server with my internet without losing internet all together, so my question is: Is there a way to get my server hosted by someone? If there is please tell me a way thank you.
  7. @GodWar: > Gimp is free! =) Try it ;) Believe me your works will be 1000 times better ;) I'll try it maybe
  8. @GodWar: > For Photoshop: http://psd.tutsplus.com/ > For Gimp: http://gimp-tutorials.net/ > > Its not as strange as it looks its easy ;) Don't have either ;)
  9. Yah I don't know how to do anything like that….
  10. @Socuine: > Too much default contrast. Try to use the colors that combine well. > > Seek inspiration: > > http://www.google.nl/search?hl=nl&q=Game+GUI&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&biw=1440&bih=799&um=1&ie=UTF-8&tbm=isch&source=og&sa=N&tab=wi&ei=wREEUJefDam70QWf6aWaBw Well i found a gui that is solid and i liked it so i tried mine like it.
  11. @Likestodraw: > They look really good! Thanks
  12. @Whack: > holy crap there's a download? I'm playing this all night! I tried but i cant find an axe
  13. ok i kinda like it too goes with my main gui i'm working on
  14. Lots Of Crap :P >! ![](http://i46.tinypic.com/2qnnx2h.png)
  15. I'm kinda new i've been here for like 3 days…or so
  16. @General: > I like the simplicity of it, keep it up. > > Also, thanks for rearranging the UI. Witch one my try with out gradient or the normal?
  17. I'm Sage…14...And Sit on the couch coding or playing mc all day :) I should of touched up for mine....And there Is nothing in my hand I'm just weird like that and lazy to look strait... :P >! ![](http://i49.tinypic.com/2ymg6x0.jpg) Pic lost some quality…
  18. @Jerb: > http://bit.ly/Sr6OCb lol that was cool :P Edit 2: http://i45.tinypic.com/2j5fcz9.png That Is The Tried Pic…
  19. 00GuthixLord

    Kill Player

    @Her0â„¢: > Please Stop Talking Like This It Is Rather Ugly And It Is Very Hard To Read, Not To Mention, Improper. Lol sorry it's just how i type :P
  20. 00GuthixLord

    Kill Player

    @General: > Lol the trolling begins… With A Little More Code You Can Put It Into The Admin Panel Then The Trolling Will Be More :)
  21. TheChoosenOne: >! @TheChoosenOne: >! > Lol. You got me. I was wondering will index show the name or the index number? I personally believe it is the number so it might be > ``` > getplayername(index) > > ``` >! Well The Code Is Set Up To Use The "Name" Text Box For The Player "n" >! @TheChoosenOne: >! > Wanted to say. This can be used by anyone who is greater than mapper. So when a log is added shouldn't it be > ``` > call addlog(index & "healded" & hetplayername(n)& ".", Admin_log) > > ```saying that you can be anyone >! Yes That Would Work I Never Thought Of That :) * * * Joost: >! @Joost: >! > ``` > If n index Then > If n > 0 Then > Call SetPlayerVital(n, Vitals.HP, GetPlayerMaxVital(n, Vitals.HP)) > Call SetPlayerVital(n, Vitals.MP, GetPlayerMaxVital(n, Vitals.MP)) > Call SendVital(n, Vitals.HP) > Call SendVital(n, Vitals.MP) > Call PlayerMsg(n, "You Feel Refreshed.", BrightBlue) > Call AddLog("You Healed" & GetPlayerName(n) & ".", ADMIN_LOG) > Else > Call PlayerMsg(index, "Player is not online.", White) > End If > Else > Call SetPlayerVital(n, Vitals.HP, GetPlayerMaxVital(n, Vitals.HP)) > Call SetPlayerVital(n, Vitals.MP, GetPlayerMaxVital(n, Vitals.MP)) > Call SendVital(n, Vitals.HP) > Call SendVital(n, Vitals.MP) > Call PlayerMsg(n, "You Feel Refreshed.", BrightBlue) > Call AddLog("You Healed" & GetPlayerName(n) & ".", ADMIN_LOG) > End If > > ``` > This is the same thing with less lines of code > ``` > If n > 0 Then > Call SetPlayerVital(n, Vitals.HP, GetPlayerMaxVital(n, Vitals.HP)) > Call SetPlayerVital(n, Vitals.MP, GetPlayerMaxVital(n, Vitals.MP)) > Call SendVital(n, Vitals.HP) > Call SendVital(n, Vitals.MP) > Call PlayerMsg(n, "You Feel Refreshed.", BrightBlue) > Call AddLog("You Healed" & GetPlayerName(n) & ".", ADMIN_LOG) > Else > Call PlayerMsg(index, "Player is not online.", White) > End If > > ``` >! Well, I Did That So You Can Choose If You Want The Person To Be Able To Heal Them Self, If Not You Could Put Like: ``` Call PlayerMsg(index, "You Cannot Heal Yourself.", White) ``` * * * Sigridunset: >! @Sigridunset: >! > Please change ES to Event System unless this **really** works in Eclipse Stable…. ES stands for Eclipse Stable and nothing else otherwise people would get confused. >! Ok I Will Change It. I Didn't Know There Was A Eclipse Stable any more. * * * Thanks. :P
  22. @Eckhart: > Get rid of the gradient and it could be decent. I like the style, simplistic and retro. …... Whats Gradient.... :huh:
×
×
  • Create New...