Raised This Month: $51 Target: $400
 12% 

Error: Client Not In Game


Post New Thread Reply   
 
Thread Tools Display Modes
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 02-15-2009 , 12:51   Re: Error: Client Not In Game
Reply With Quote #11

Change the last line to:
Code:
NotifyTimers[client] = CreateTimer(30.0, NotifyDonatorInfo, GetClientUserId(client));
bl4nk is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 02-16-2009 , 05:42   Re: Error: Client Not In Game
Reply With Quote #12

Now its reporting client index 0, 28 and 27 are invalid with the same error.

http://pastebin.com/d3df9867b

http://pastebin.com/de5f3dbc

How do these errors affect the plugin?
__________________

DontWannaName is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 02-16-2009 , 14:46   Re: Error: Client Not In Game
Reply With Quote #13

What error? What line is it reporting the error on?
bl4nk is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 02-16-2009 , 15:57   Re: Error: Client Not In Game
Reply With Quote #14

Code:
L 02/16/2009 - 01:20:07: [SM] Native "PrintToChat" reported: Client index 0 is invalid
L 02/16/2009 - 01:20:07: [SM] Displaying call stack trace for plugin "qautobalancer.smx":
L 02/16/2009 - 01:20:07: [SM]   [0]  Line 333, /home/groups/sourcemod/upload_tmp/phpe1Az5y.sp::NotifyDonatorInfo()
L 02/16/2009 - 01:36:10: Error log file session closed.
Line 333 is printtochat here: http://pastebin.com/d744c6209

Should I add a line before plugin continue?
__________________

DontWannaName is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 02-16-2009 , 17:08   Re: Error: Client Not In Game
Reply With Quote #15

You need to change the if statement to:
PHP Code:
if (client && IsClientInGame(client)) 
bl4nk is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 02-16-2009 , 17:10   Re: Error: Client Not In Game
Reply With Quote #16

Thanks! Will go test now.
__________________

DontWannaName is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode