Jump to content


AlexTM

Member Since 29 Nov 2010
Offline Last Active Private

Topics I've Started

What Makes A Gta-Like Multiplayer Game 'Fun'

11 April 2013 - 03:32 AM

GTA 4 multiplayer is great in my opinion, but alot of other people say it was poor, and some say it was good. What would make an online GTA type game 'fun'.

 

The most important things I've included for multiplayer in the GTA game I'll shortly be releasing are..

Spoiler

 

What would make the multiplayer more interesting? What encourage you to play for another couple of minutes?


In Need Of Voice Actors.

01 April 2013 - 09:31 PM

Hi. As you see in my signature, I'm making a top down 3D online GTA type game, and I need some voice actors for multiplayer.

 

You see, when you press E in multiplayer, your player will say something. If you have recently been shot, the character will say a cuss word, if not, the character will say something like "hi".

 

I'm looking for mostly male voices, it doesn't matter what accent or anything, but you may have to swear!

 

You will be credited in any way you want. 

 

PM me for more details, or reply to this topic! Please!

Thanks.


Array help

01 February 2013 - 11:29 PM

Hi. I've got a problem, on a PM system I've been implementing I want it to be optional to see your previous messages that you have received from people in the past. When you receive the message, in the create event of the object, it's this:
global.Messages+=1
global.MessageString[Global.Messages]=string(str)

Then when you go to the message room, it will be
repeat(global.Messages)
_bubble=instance_create(x,y,obj_bubble)
_bubble.str=global.MessageString[Global.Messages]

So I want to make it so several people message you and you can see the history, but it's not working, I've never really experienced with arrays properly, especially with strings, can someone help?

Does anyone get paid for GM games?

10 September 2012 - 06:01 PM

I'm wondering if anyone on this community other than True Valhalla that has actually made money using Game Maker?

Like many of you young adults/teenagers whatever, I was wondering if anyone has a 'career' in Game Maker? People say GM is noobish. I'm often seeing people saying "move to c++ or other game programming languages". and I'm actually thinking of doing that.

Does anyone have a GM game with the creator that is actually recognized? Does anyone get paid by using GM?

39DLL server-sided spawning

26 August 2012 - 11:46 PM

OK. So I'm making a top-down shooter type game with vehicles. I'm new to 39DLL.dll so you may think I sound noobish when asking this question. But whatever...

How can I make the server choose what vehicles to spawn and where to spawn them?