Raised This Month: $ Target: $400
 0% 

"CTs/Terrorists Full" message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
VEN
Veteran Member
Join Date: Jan 2005
Old 04-07-2006 , 05:59  
Reply With Quote #7

Quote:
While it's possible to override that limitation with cs_set_user_team.
It's possible but not recommended since number of spawn points is limited. Using that way may lead to some unexpected results like sawning two players at one spawn point, autoslaying some players.

As for team player limit, you can determine it by counting spawn points.
Code:
new ent, max_ts, max_cts while ((ent = find_ent_by_class(ent, "info_player_deathmatch"))) max_ts++ while ((ent = find_ent_by_class(ent, "info_player_start"))) max_cts++

Probably you can even create/remove such entities which will change such limits accordingly and will solve the problems listed above.
VEN 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 16:41.


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