Game Development Community

Help with Team Implementation Resource

by none · in Torque Game Engine · 01/22/2010 (10:24 pm) · 1 replies

I am currently using the Team Implementation Resource (www.garagegames.com/community/resources/view/2312). I am also using TGE 1.5.2 with the modernization kit. I have finished the first step of the resource, and according to it, I should be able to press 'm' select my team and respawn. The GUI works fine but nothing happens when I press one of the team buttons. The log says that it can't find the function 'joinTeam'. However I have checked and it is defined. Any ideas what is wrong?

#1
01/24/2010 (6:30 pm)
Looking at the resource I'm seeing 3 seperate JoinTeam functions...

GameConnection::joinTeam
function jointeam
function serverCmdJoinTeam

Have you tried checking all three if they are being called?