Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  yordan : (16 June 2013 - 05:41 PM) You're Welcome, Agyat!
@  agyat : (16 June 2013 - 07:38 AM) Thanks Yordan...
@  velma : (16 June 2013 - 12:06 AM) I Have Asked Opa To Check For A Backup.. He'll Let Me Know Soon :)
@  velma : (16 June 2013 - 12:05 AM) T_T It Seems That Someone Has Deleted That Topic Since I Found The Url Of The Topic But It Gives Me An Error
@  yordan : (15 June 2013 - 10:31 PM) @velma : It's A Tuto On How To Create A Login Program.
@  yordan : (15 June 2013 - 10:31 PM) Happy Birthday To Youuuuuu Agyat!
@  yordan : (15 June 2013 - 10:31 PM) Ba$
@  agyat : (15 June 2013 - 04:41 PM) :(
@  agyat : (15 June 2013 - 04:41 PM) Where The Hall I Were? 15Th Is Almost At End And No-One Wished Me "happy Birthday"!!!
@  velma : (14 June 2013 - 10:39 AM) Which Tutorial Is He Searching For?
@  velma : (14 June 2013 - 10:38 AM) Which Tutorial Is He Searching For?
@  yordan : (14 June 2013 - 07:47 AM) Ok, Have A Look Tomorrow.
@  yordan : (13 June 2013 - 03:19 PM) @velma, Can You Have A Look At Feelay's Problem? Seems That His Tutorial Is Not Searchable Today.
@  Feelay : (13 June 2013 - 08:11 AM) Oh, Haha
@  velma : (12 June 2013 - 05:39 PM) T_T Lately My Levels Of Procrastination..... **sigh**
@  velma : (12 June 2013 - 05:38 PM) I'll Do It Later
@  velma : (12 June 2013 - 05:38 PM) Procrastinators.. People Who Keep Saying "i'll Do This In A Bit"
@  Feelay : (12 June 2013 - 02:05 PM) Deal Punishments To What?
@  velma : (12 June 2013 - 01:27 PM) T_T We Should Deal Punishments To Procrastinators... Especially Me
@  Feelay : (12 June 2013 - 12:06 PM) As Well As Making It More Secure.

Replying to Questions About Gamemaker Or Gml?


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

little0run

Posted 09 October 2005 - 02:13 AM

I'd also suggest you try out the multiplayer game tutorial on the Game Maker website.
http://www.gamemaker.nl/tutorial.html

warbird

Posted 30 August 2005 - 07:28 AM

First off all I don't think Rixxon will answer you because he hasn't been online since I don't know when (long time at least). I'll try to answer your question as good as I can, but since I don't know much about creating a server I can't help you with that part.
But I can show you how to make a kind of MMORPG script. First the player have to login. He will give a name and that information + his IP-address will be send to the server.

           
//////////////////////////////////////////////
//                                                     //
//     Script by Jeroen Barnhoorn         //
//                                                     //
//   Copyright 2005 by JBproductions   // 
//         All rights reserved                  //
//                                                     //
//////////////////////////////////////////////


var name
{
  global.nickname = get_string('Give your nickname:','')
  if (global.nickname == '') {
    show_message('Give a nickname!');
    exit;
  }
  else {
    if (mplay_init_tcpip(ip)) // Replace ip by the IP-address of your server
      room_goto(nr) // Replace nr by the number of game start room
    else
      show_message('Failed to contact server. Try again.')
  }
}

I don't have much time now, so you'll have to figure the rest out by your self, I will try to help you at an other time. Sorry for this, but I have to do some urgent work.


Hope I helped a bit,
-=Jeroen=-

Posted 14 July 2005 - 02:14 PM

hi rIxXoN :P

did you know how can we create a MMORPG with Game Maker xp , cuz i have creat a game but i don't know how creat a server :) ,i hope that you have an answer for my question :P
:P thinks

rIxXoN

Posted 13 March 2005 - 11:37 AM

If you have problems with GM or GML plz ask me, i will help you.

Review the complete topic (launches new window)