Raised This Month: $ Target: $400
 0% 

Only 1 Terrorist


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 06-27-2014 , 22:33   Re: Only 1 Terrorist
Reply With Quote #1

For the sake of users trying to help you, please wrap your code in tags ( such as code, php, etc. ).
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.
hornet is offline
Freezo Begin
BANNED
Join Date: Mar 2014
Location: Morocco
Old 06-28-2014 , 05:50   Re: Only 1 Terrorist
Reply With Quote #2

if you wan't to do it for 1 terrorist then don't make loop . remove for (new i=0.....) and add if ( num == 1 ) and when you wan't to give something like ColorChat(players[0] ....
Code:
public HideNSeek( id ) {         new player[32], num;     get_players( player, num, "ae", "TERRORIST" );         if(num == 1)     {         if( !is_user_alive( player[0] ) )             return 1;                 set_user_godmode(  player[0], 1 );             }     return 0; }

Last edited by Freezo Begin; 06-28-2014 at 05:56.
Freezo Begin is offline
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 21:08.


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