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

zomb88

Members
  • Posts

    191
  • Joined

  • Last visited

    Never

Everything posted by zomb88

  1. Nah all good i know how to do it was just wondering
  2. is this using a ODBC conntecter? or a mysqldb.dll? or is it another way that doesnt require users to install it
  3. what is this even showing? what is variables.php? You have a database function called GetCoins which isnt used and the rest just checks a login for what reason?
  4. Thanks greaser for your comments
  5. Cannot withdraw from bank or drag items can only deposit
  6. Hey guys, Im going to start a game project soon and im having troubles deciding on a name ill give a little bit of insight into the game below. Basically it will be a more PvP focused game with things such as dueling, battle grounds/wars, arenas and various pvp mini games where players will gain currency for killing players and participating in games/events/battles and this will be used to buy better gear. Possibly will look at adding PvE content in the future not sure yet. I have a few name above in a poll. If you have any other suggestions please post. Thanks
  7. I noticed that there were things like banks and npc types that arent working also shops Do you have a list of that stuff?
  8. @Deathbeam Just wondering if you have a list of current bugs / todo's for ER?
  9. This looks ok and looks like it will do its purpose. But as tslusny said…. Perform the send email action client side not server side. That would not add to any server stress.
  10. zomb88

    Respawn Source?

    pretty sure hes talking about npc or player ondeath function
  11. ``` Open (App.Path & "\data\bug reports\bugs.txt") For Append As #intFileHandle Print #intFileHandle, name & "-" & report Print #intFileHandle, " " Close #intFileHandle ``` That should leave a blank line in between. If you use vbcrlf in the first print i believe when it appends it will still not leave a blank line
  12. Not quite sure what you meant by that last post. If you wanted one text file just for bug reports you can just do this ``` Open (App.Path & "\data\bug reports\bugs.txt") For Append As #intFileHandle Print #intFileHandle, name & "-" & report Close #intFileHandle ``` that will save all bug reports listing player - report onto one text file called bugs.txt one report per line, or u can do something fancy to separate or include more info
  13. when using append you wont have to use vbcrlf
  14. I think you should look at having the bug reports all save to one text file and then player reports saved to separate files, just me but thats how id probably do that.
  15. @abhi2011: > Thx. Culdn't do it without u though! I never fully understood Apend except reocrds will go to the end of the text . never actually thought it will make a text file. I will work on the player report now! You seem like you have the willingness to learn unlike 90% or more of ppl on this community. Glad you could figure it out with some abrupt direction xD
  16. and u got rid of the file exists congratz
  17. When a file is opened for Append, if it does not exist, it will be created, if it does exist, records will be added to the file after the last record in the file (the previous contents of the file will not be overwritten). If that doesnt make sense there is something wrong. hint.. >! THERES ONE WORD TO CHANGE And you still dont get whats wrong with your file exist?
  18. · mode is one of the following three keywords: Input, Output, or Append. When a file is opened for Output, if it does not exist, it will be created; if it does exist, its previous contents will be overwritten. and if you keep reading you might find your answer to your next step in this.. tutorial ``` When a file is opened for Append, if it does not exist, it will be created, if it does exist, records will be added to the file after the last record in the file (the previous contents of the file will not be overwritten). ``` Btw i ment making a frame on the game form… not on the form you made.
  19. I didnt even need to go through it i merely took 5secs to look at it. 1\. Why use a whole new form for the report then use a frame or something that just gets shown. 2\. Look at your File Exists check. 3\. Google vb6 text files. Very basic tutorial but could be done alot better imo
  20. pretty useless tutorial
  21. zomb88

    Noob Posting

    Its amazing what you can smuggle into a prison in a birthday cake
  22. @Jungle: > Oh my god he thought we weren't trolling i like glow in the dark condoms anyway.. You mean the grey metal glowier?
  23. u mean the grey metal around the green?
  24. zomb88

    Noob Posting

    Im pressing the escape key but im still in prison
  25. How about this one ![](http://i.minus.com/ibdWzNZu0JKZuG.png)
×
×
  • Create New...