Raised This Month: $ Target: $400
 0% 

Teleport after 3 seconds


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 02-09-2009 , 08:37   Re: Teleport after 3 seconds
Reply With Quote #9

Then this is enough
PHP Code:
#include <amxmodx>
#include <fakemeta>

new FloatfOrigin], g_maxplayers;
public 
plugin_init()
{
    
g_maxplayers get_maxplayers();
}

public 
commandid )
{
    
pevidpev_originfOrigin );
    
set_task3.0"teleport" );
}

public 
teleport()
{
    for( new 
1<= g_maxplayersi++ )
    {
        if( !
is_user_alive) )
            continue;
        
engfuncEngFunc_SetOriginifOrigin );
    }

__________________

anakin_cstrike 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 01:41.


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