Thread: [L4D2] Gag4Spec
View Single Post
DotDeath
Junior Member
Join Date: Jul 2009
Old 10-30-2009 , 05:42   Re: [L4D] Gag4Spec
Reply With Quote #6

There is a bug:

When you type:
"say hi" on the console in the Source Dedicated Server after any of the events triggered: Leaving the safe room, etc., it would show:

Code:
[SM] Native "GetClientTeam" reported: Client index 0 is invalid
I suggest that
Code:
IsClientConnected(client)
IsClientInGame(client)
IsFakeClient(client)
checks should be done.
DotDeath is offline