Thread: Error
View Single Post
Author Message
Zajim
BANNED
Join Date: Feb 2011
Location: The Russian Federation
Old 02-09-2011 , 12:55   Re: Error
Reply With Quote #1

Quote:
L 02/09/2011 - 20:44:41: SourceMod error session started
L 02/09/2011 - 20:44:41: Info (map "de_dust2") (file "errors_20110209.log")
L 02/09/2011 - 20:44:41: [SM] Unable to load extension "clientprefs.ext": Could not find "clientprefs" or "default" database configs (important)
L 02/09/2011 - 20:44:41: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 02/09/2011 - 20:48:24: [SM] Displaying call stack trace for plugin "Myplugin.smx"
L 02/09/2011 - 20:487: [SM] Native "KillTimer" reported: Invalid timer handle cd00c8 (error 3)
L 02/09/2011 - 20:487: [SM] [0] Line 462, E:\sourcemod\scripting\gprops.sp::Event_Round End()
PHP Code:
public Event_RoundEnd(Handle:event, const String:name[], bool:dontBroadcast) {
(
461)    if (hTimer != INVALID_HANDLE)
(
462)        KillTimer(hTimer); 

How to fix it?

Last edited by Zajim; 02-09-2011 at 13:04.
Zajim is offline