Jump to content


Northerify

Member Since 10 Apr 2011
Offline Last Active Oct 20 2012 10:56 AM

Posts I've Made

In Topic: bubble speech above player?

23 May 2012 - 01:19 PM

Thanks, I was thinking the same way, but I needed help with the speech bubble obj :(

In Topic: help making "message of the day" in my game?

06 November 2011 - 06:51 PM

It's a much simpler alternative to doing it yourself, disadvantage: you don't have so much control and its someone elses work, but I reccomend GMechanism. The guy who makes it does regular updates, its easy to use and it'll do most of your everyday online requirements for you. It has the option on it to upload and read an online .ini so you can pre-upload your "message of the days" and the users game downloads it. See what you think anyway, heres a link.

Thanks a bunch!! Im gonna use this!

In Topic: help making "message of the day" in my game?

06 November 2011 - 01:41 PM

bump. please guys this is so important..

In Topic: help making "message of the day" in my game?

05 November 2011 - 05:54 PM

One idea is to have use 39dll and HTTPRequest, and have a webserver with a php script and a database containing the message(s).

The php script should be in charge of what you do with the message. The game should only need to grab it (using HTTPRequest) and display it.

Chances are there's an easier way to do it, but that's the only idea I've got right now.

-MoK


Thanks, but I'm looking for an easier way to do so, it seems a little bit complicated.

In Topic: help making "message of the day" in my game?

05 November 2011 - 02:13 PM

bump :(