Raised This Month: $ Target: $400
 0% 

How to find out howmany player(T or CT) spawn point in a map?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
VEN
Veteran Member
Join Date: Jan 2005
Old 07-03-2006 , 09:37   Re: How to find out howmany player(T or CT) spawn point in a map?
Reply With Quote #1

For example:
PHP Code:
new entmax_tsmax_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++ 
VEN is offline
jopmako
Senior Member
Join Date: Jul 2006
Location: QQ:331537639
Old 07-03-2006 , 13:35   Re: How to find out howmany player(T or CT) spawn point in a map?
Reply With Quote #2

Quote:
Originally Posted by VEN
For example:
PHP Code:
new entmax_tsmax_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++ 
ok it work ,thanks

Last edited by jopmako; 07-03-2006 at 14:03.
jopmako is offline
Send a message via MSN to jopmako
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 08:05.


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