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

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: dcx2
Forum: Plugins 07-29-2013, 18:32
Replies: 143
Views: 129,475
Posted By dcx2
Re: [L4D2] Player Switch Menu and Team Panel v1.2.1

Oh. I see what's happening now.

Those are not errors. "2 Warnings". Warnings are just the compiler's way of saying "hey, are you sure this is what you wanted to do?"

I took your original fix...
Forum: Plugins 07-29-2013, 18:10
Replies: 143
Views: 129,475
Posted By dcx2
Re: [L4D2] Player Switch Menu and Team Panel v1.2.1

Those errors have nothing to do with the line of code I suggested changing.

I glanced at the source and GetConVarInt(FindConVar("survivor_limit")) is called on line 934, but your error message...
Forum: Plugins 07-29-2013, 17:19
Replies: 143
Views: 129,475
Posted By dcx2
Re: [L4D2] Player Switch Menu and Team Panel v1.2.1

That won't fix the error you quoted. target == 4 in those errors. Try this.

if (target <= 0 || target > MaxClients || !IsClientInGame(target))
return Plugin_Stop; This will ensure...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 01:21.


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