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

RebelGames

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

RebelGames's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Could you further explain on that? (more of a newb than i thought)
  2. /smile.png' class='bbc_emoticon' alt=':)' /> that error was in my server though when i compile my client it comes up with variable not defined ``` HandleDataSub(SSendGuild) = GetAddress(AddressOf HandleSendGuild) HandleDataSub(SAdminGuild) = GetAddress(AddressOf HandleAdminGuild) ```
  3. it all ready had the name in it, still wont let me
  4. ok i have done that but it still wont let me compile. the same error comes up
  5. i selected im not understanding what you mean by add to frmmain
  6. ohh i was looking under the W's not microsoft i do have it and it was allready checked
  7. its still not coming up with winsock control
  8. i dont have that in my refrences
  9. Ok next noob question lol, i finished editing the code for the guild yet when i try and make server.exe i get a error code saying compile error: method or data member not found ``` ' Get the listening socket ready to go frmServer.Socket(0).RemoteHost = frmServer.Socket(0).LocalIP frmServer.Socket(0).LocalPort = Options.Port ' Init all the player sockets Call SetStatus("Initializing player array...") For i = 1 To MAX_PLAYERS Call ClearPlayer(i) Load frmServer[color].Socket[/color](i) Next ``` .socket is highlighted. I have no idea how to fix this like i said fairly new to programming yet i want to learn it all ;p any help on this thanks
  10. ahh thank you guys i see what you mean :3 so the link that he provided will work for the version on this forum. correct? thanks again for being patient with me lol
  11. i tried search bar just with guilds nothing came up i am useing eclipse orgins one off there site.
  12. hello all, i am new to eclipse and i am sorta familiar with programming. i am using version 4.02 and it seems to have most of the basic functions that i would like to start out with except a guild function i am sure there is a way to implement this i am just not sure as to how. if anyone could help me out would be greatly appreaciated!!!
×
×
  • Create New...