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

NEED HELP: Simon+vipskin plugin, when new round simon skin is gone


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
wizz
Member
Join Date: Mar 2010
Old 06-01-2013 , 07:30   NEED HELP: Simon+vipskin plugin, when new round simon skin is gone
Reply With Quote #1

Hello people i have problem.. when i type /simon im simon and i get simon skin + glowing but if i dont die then im nextround simon to (ITS OKAY) but my simon skin and glowing is gone (ITS NOT OKAY) :S :S
Greetings from Estonian

HERES THE SMA:


PHP Code:
#include < amxmodx >       
#include < cstrike >       
#include < colorchat >       
#include < fun >    
#include < hamsandwich >  

#define IS_VIP ADMIN_SLAY

new g_iSimon;       

new const 
g_szPrefix[ ] = "^04[Jailbreak]:^01";       

public 
plugin_init()       
{       
    
register_plugin"Simon""1.0""wIzZ" );       
      
    
register_event"DeathMsg""Event_DeathMsg""a" );       
      
    
register_clcmd"say /simon""CmdSimon" );       
    
register_clcmd"say /vaheta""CmdChange" );       
      
    
register_logevent"Event_RoundEvent"3"1=Round_Start""2=Round_End" );       
    
RegisterHam(Ham_Spawn"player""player_spawn"1)  
      
    
set_task1.0"HudSimon", .flags="b" );     
}       

public 
plugin_precache()    
{    
    
precache_model("models/player/6ikss/6ikss.mdl")  
    
precache_model("models/player/oika_v/oika_v.mdl"
    
precache_model("models/player/oika_te/oika_te.mdl")
}    

public 
player_spawn(id)  
{  
    
modelcheck(id)
}  

public 
modelcheck(id)
{
    if(
get_user_flags(id) & IS_VIP)
    {
        switch(
cs_get_user_team(id))
        {
            case 
CS_TEAM_T:
            {
                
cs_set_user_model(id"oika_te")
            }
            case 
CS_TEAM_CT:
            {
                
cs_set_user_model(id"oika_v")
            }
        }
    }
    else
    {
        
cs_reset_user_model(id)  
    }
    
set_user_rendering(idkRenderFxNone000kRenderNormal0)  
}
    

public 
Event_RoundEvent()       
{         
    
g_iSimon 0;       
}       

public 
plugin_natives() register_native ("get_simon""_get_simon",0)       
public 
_get_simon(iPluginiParams) return g_iSimon;       
public 
CmdChangeid )       
{       
    if( 
id != g_iSimon )       
    {       
        
ColorChatidNORMAL"%s Sa pead olema ^03simon ^01"g_szPrefix );       
        return 
PLUGIN_HANDLED;       
    }       
      
    new 
hMenu menu_create"New Simon:""ChangeMenu_Handler" );       
      
    new 
szName32 ], szData];       
    new 
iPlayers32 ], iNum;       
    
get_playersiPlayersiNum"ae""CT" );       
      
    for( new 
0iPlayeriNumi++ )       
    {       
        
iPlayer iPlayers];       
          
        
get_user_nameiPlayerszNamecharsmaxszName ) );       
        
num_to_striPlayerszDatacharsmaxszData ) );       
          
        
menu_additemhMenuszNameszData );       
    }       
      
    
menu_displayidhMenu);       
      
    return 
PLUGIN_HANDLED;       
}       

public 
ChangeMenu_HandleridhMenuiItem )       
{       
    if( 
iItem == MENU_EXIT )       
    {       
        
menu_destroyhMenu );       
        return 
PLUGIN_HANDLED;       
    }       
      
    new 
iAccesshCallbackszData], szName32 ];       
    
menu_item_getinfohMenuiItemiAccessszDatacharsmaxszData ), szNamecharsmaxszName ), hCallback );       
      
    new 
iPlayer str_to_numszData );       
      
    if( !
is_user_aliveiPlayer ) )       
    {       
        
ColorChatidNORMAL"%s pole enam ^03simon^01."g_szPrefix );       
        return 
PLUGIN_HANDLED;       
    }       
      
    
modelcheck(id)
      
    
g_iSimon iPlayer;       
      
    
set_user_rendering(iPlayerkRenderFxGlowShell050200kRenderNormal16)     
    
cs_set_user_model(iPlayer"6ikss")    
      
    
ColorChat0NORMAL"%s ^03%s ^01on uus ^03simon^01."g_szPrefixszName );       
    return 
PLUGIN_HANDLED;       
}       


public 
CmdSimonid )       
{       
    if( 
cs_get_user_teamid ) != CS_TEAM_CT )       
    {       
        
ColorChatidNORMAL"%s ^01Sa pead olema ^03valvur ^01et olla simon."g_szPrefix );       
        return 
PLUGIN_HANDLED;       
    }       
      
    else if( 
g_iSimon == id )       
    {       
        
ColorChatidNORMAL"%s ^01Sa oled juba ^04Simon^01!"g_szPrefix );       
        return 
PLUGIN_HANDLED;       
    }       
      
    else if( 
is_user_aliveg_iSimon ) )       
    {       
        
ColorChatidNORMAL"%s ^01Keegi teine on juba simon."g_szPrefix );       
        return 
PLUGIN_HANDLED;       
    }       
      
    
g_iSimon id;     
      
    
set_user_rendering(idkRenderFxGlowShell050200kRenderNormal16)     
    
cs_set_user_model(id"6ikss")    
      
    new 
name[32];       
    
get_user_nameidname31 );       
      
    
ColorChat0NORMAL"%s ^03%s ^01 on simon."g_szPrefixname );       
    return 
PLUGIN_CONTINUE;       
      
}       


public 
HudSimon()       
{       
    
set_hudmessage01002551.00.0500.11.00.10.1);       
      
    if( !
is_user_aliveg_iSimon ) )       
    {       
        
g_iSimon 0;       
        
show_hudmessage0"" );       
        return 
PLUGIN_HANDLED;       
    }       
      
    new 
name[32];       
    
get_user_nameg_iSimonname31 );       
      
    
show_hudmessage0"%s on simon"name );       
      
    return 
PLUGIN_HANDLED;       
}       

public 
client_disconnectid )       
{       
    if( 
g_iSimon == id )       
    {       
        
g_iSimon 0;       
          
        
ColorChat0NORMAL"%s ^01praegune simon lahkus mängust."g_szPrefix );       
        return 
PLUGIN_HANDLED;       
    }       
      
    return 
PLUGIN_HANDLED;       
}       

public 
Event_DeathMsg()       
{       
    new 
victim read_data);       
      
    if( !
is_user_connectedvictim ) )       
        return 
PLUGIN_HANDLED;       
      
    if( 
victim == g_iSimon )       
    {       
        
ColorChat0NORMAL"%s ^01Praegune simon suri."g_szPrefix );       
        
g_iSimon 0;       
        return 
PLUGIN_HANDLED;       
    }       
      
    return 
PLUGIN_HANDLED;       

wizz 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 12:59.


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