Raised This Month: $ Target: $400
 0% 

Release [CS:S] Z-Props


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 07-06-2014 , 18:32   Re: [CS:S] Z-Props
Reply With Quote #14

Just a small problem I noticed on line 143:
Code:
	if (max_props < g_iprops[client])
Should be:
Code:
	if (max_props <= g_iprops[client])
Otherwise clients can spawn 1 more than the limit (e.g. if set to 1, clients can spawn 2 props).
Jargon is offline
 



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 18:48.


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