Game Development Community

Multiplayer

by Lidwine Simon · in Torque Game Engine · 05/18/2004 (8:04 am) · 3 replies

Hi

I'm trying to do a multiplayer racing game, but when I connect the server, I don't spawn with my car! Whereas the server do, and I can see it from the client. In the console, I see that the function 'MissionStartPhase3Ack', which triggers the car spawn (with onClientEnterGame), is missing... but I can't find why. It's like the 'commandToServer' didn't work... or I haven't really connect to the server... But I use the button from the GUI and it seems correct. I'm really lost. Any idea?

thanks

#1
05/18/2004 (9:34 am)
Ok, I said nothing, I was not watching the right console :)
#2
01/29/2009 (12:11 pm)
so how did you spawn the car into the game?
#3
01/29/2009 (1:31 pm)
Are you using the starter.racing example as a base for your game? If you are, it's setup to be single player. Use starter.fps instead. (or remove the coundown code)