Jump to content


jrgames+

Member Since 24 Dec 2004
Offline Last Active Feb 27 2011 02:07 AM

Topics I've Started

Restarting rooms without moving window?

22 August 2010 - 06:19 PM

Is it possible to restart a room without centering the games window? For example if someone wants to keep the window in the top left I don't want the window to return to the center of the screen every time they die.

I hope you understand what I mean.

Thanks guys!

Jools.

Soc Ports

20 December 2006 - 11:25 PM

Im tryin to unblock the port 2000 for my game on by bt home hub and for Port Range and Translate To ... I have 2000.

It still wont work though... :D

Lighting

13 September 2006 - 06:17 PM

Ive just started making an fps to practis 3d but iv already hit a problem :angry:

When light shines on blocks the in between parts are all black.
Is there any way to solve this?

Posted Image

Transform Problem

05 July 2006 - 08:36 PM

Im trying to make my player model to face the direction the player object is facing. Im using the code below but its rotating from the corner of the room, I think I have to select the transform point but im not sure how? :P

{
d3d_transform
d3d_transform_set_identity();
d3d_transform_add_rotation_z(direction);
d3d_model_draw(player_ID0,x,y,0,background_get_texture(tex_player));
d3d_transform_set_identity();
}

Please Help

(Im using gm 6.1)

Mmorpg Chat

25 June 2006 - 11:19 AM

I've been making an mmorpg for the last few days but theres a problem.

The problem is that in the chat other peoples messages aren't coming up on my chat box. Im using marks example if it helps.

Please help <_<

Download Gm6