Originally posted by ASDGFHADFHSDFHG
sorry im a litle new to this side of modding, you wouldnt mind dumbing that down a little for me would you?
check()
{ <------ apparently that line has bad syntax 'WTF'
if (self isHost() && getdvar("g_gametype") = "tdm"))
{
self thread start();
}
}