View Single Post
Knagg0
SourceMod Donor
Join Date: Dec 2005
Location: Germany
Old 12-17-2005 , 16:08  
Reply With Quote #2

mhh... i don't know what you're doing there...

try that:

Code:
const char *pName = event->GetName();

if(FStrEq(pName, "player_say")) {

	int userid = event->GetInt("userid");
	char *pText = event->GetString("text");

}
sry about my bad english
Knagg0 is offline