|
|
Questions About Gamemaker Or Gml? - Ask me.... | ||
Discussion by rIxXoN with 3 Replies.
Last Update: October 8, 2005, 7:13 pm | |||
![]() |
|
|
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
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.
CODE
//////////////////////////////////////////////
// //
// 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=-
http://www.gamemaker.nl/tutorial.html
Similar Topics:
Anyone Use Gamemaker?
Gamemaker Version 6.1 Released
Does Science Answer All Our Questio...
Question (3)
|
(0) Intel Active Monitor Indicating Voltage Problem
|
HOME 





game maker GML tutorial 6:Questions,titles and more
Game Maker GML Tutorial [[25]] Time Lines!
How to customize message boxes in Game Maker!

