Raised This Month: $ Target: $400
 0% 

last players


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Freezo Begin
BANNED
Join Date: Mar 2014
Location: Morocco
Old 06-30-2014 , 16:55   Re: last players
Reply With Quote #3

Code:
#include <amxmodx> public plugin_init() {     register_plugin("Last 2 players", "1.0", "Freezo")         register_event( "DeathMsg" , "DeathMsgEvent" , "a" ); } public DeathMsgEvent() {     new players[ 32 ], iNum       get_players( players, iNum, "ach" )           if( iNum == 2 )     {         for ( new i=0,id ; i < iNum ; i++ )         {             id = players[ i ]             // Do your stuf         }     } }

Last edited by Freezo Begin; 06-30-2014 at 16:55.
Freezo Begin 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 21:11.


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