Raised This Month: $ Target: $400
 0% 

Block Team


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Randomize
BANNED
Join Date: May 2012
Location: in your heart
Old 06-30-2012 , 08:50   Block Team
Reply With Quote #1

Hi all, i want to choose character outside the game.. not inside the game.. Please don't judge this is impossible because, I've successfully to choose weapon outside the game.. (If you don't trust me, you can PM me for the video)

My questions is how to make when after press ok on MOTD, automatically choose terorrist team, i've using connor's code

PHP Code:
#include <amxmodx>

#define VERSION "0.0.1"
#define PLUGIN ""

public plugin_init()
{
    
register_plugin(PLUGINVERSION"ConnorMcLeod")
    
register_event("ShowMenu""Event_ShowMenu_ClassSelect""b""1>0""4=#Terrorist_Select""4=#CT_Select")
    
register_clcmd("joinclass""ClCmd_JoinClass")
    
register_clcmd("jointeam""ClCmd_JoinTeam")
}

public 
ClCmd_JoinClassid )
{
    if( 
read_argc() == )
    {
        return 
PLUGIN_HANDLED
    
}
    return 
PLUGIN_CONTINUE
}
public 
Event_ShowMenu_ClassSelectid )
{
    if( 
read_argc() == )
    {
        return 
PLUGIN_HANDLED
    
}
    return 
PLUGIN_CONTINUE
}

public 
ClCmd_JoinTeamid )
{
    if( 
read_argc() > )
    {
        return 
PLUGIN_HANDLED
    
}
    return 
PLUGIN_CONTINUE


Last edited by Randomize; 06-30-2012 at 08:55.
Randomize 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 15:25.


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