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

Exclude Player Index


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
K1d0x
Senior Member
Join Date: Apr 2012
Location: Copenhagen, Denmark
Old 10-03-2013 , 18:12   Exclude Player Index
Reply With Quote #1

Hello everybody, i have a question.... for example in public bomb_planted(index) i want to print two messages, one to planter and one message to other players excluding planter index...

Is right this method?

PHP Code:
public bomb_planted(id) {
    new 
pName[32];
    
get_user_name(idpNamecharsmax(pName));
    
    new 
Players[32];
    new 
playerCountiplayer;
    
get_players(PlayersplayerCount"b");
    for(
0playerCounti++)
        
player Players[i];
    
    if(
player == id) {
        
K1d0x_C_Color(id"#c[#gBonus Credits#c] #c%L"id"FOR_BOMB_PLANTED"iShowCredits);
    } else {
        
K1d0x_C_Color(player"#c[#gBonus Credits#c] #t%s #c%L"pNameplayer"BOMB_PLANTED"iShowCredits);
    }

__________________
I Hate people who can hate me !
K1d0x is offline
Send a message via Yahoo to K1d0x Send a message via Skype™ to K1d0x
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 10-03-2013 , 19:25   Re: Exclude Player Index
Reply With Quote #2

Yes. As long as you use some curly brackets for the loop.
Now you're just looping player = Players[i]; which will result in one message for the last player only.
So include the if statement inside of the loop.
__________________
Black Rose is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-03-2013 , 20:52   Re: Exclude Player Index
Reply With Quote #3

Quote:
Originally Posted by K1d0x View Post
Is right this method?
Please learn to test your code before posting a question about it.
__________________
fysiks is offline
K1d0x
Senior Member
Join Date: Apr 2012
Location: Copenhagen, Denmark
Old 10-05-2013 , 11:19   Re: Exclude Player Index
Reply With Quote #4

Quote:
Originally Posted by fysiks View Post
Please learn to test your code before posting a question about it.
Haha, tested and works fine, i created this topic for asking if is good this method and to find if exists a better method... but thanks ;)
__________________
I Hate people who can hate me !
K1d0x is offline
Send a message via Yahoo to K1d0x Send a message via Skype™ to K1d0x
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 02:36.


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