Jump to content
xisto Community
Sign in to follow this  
warbird

Questions About Gamemaker Or Gml? Ask me....

Recommended Posts

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

Share this post


Link to post
Share on other sites

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=-

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.