View Single Post
StrikerMan780
AlliedModders Donor
Join Date: Jul 2009
Location: Canada
Old 05-09-2013 , 03:01   Re: Simple Chat Processor (Redux)
Reply With Quote #131

Quote:
Originally Posted by StrikerMan780 View Post
This probably doesn't help:

Code:
if(StrEqual(sGameType, "hl2mp", false))
{
    return GameType_FF;
}
Should be:

Code:
if(StrEqual(sGameType, "hl2mp", false))
{
    return GameType_HL2DM;
}
Also, there needs to be a translation file made.
Still going to fix this?
StrikerMan780 is offline