Raised This Month: $32 Target: $400
 8% 

[help] i want fix it plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
abdoyassen
Junior Member
Join Date: Apr 2020
Location: egypt
Old 12-29-2020 , 08:08   [help] i want fix it plugin
Reply With Quote #1

i want
shop black_pack = 50hp and 100ap start round It ends at death someone help me

PHP Code:
#include < amxmodx >
#include < amxmisc >
#include < cstrike >
#include < engine >
#include < fakemeta >
#include < hamsandwich >
#include < xs >
#include < fun >
#include < csx >

#define PLUGIN "F & AF SHOP"
#define VERSION "1.1"
#define AUTHOR "Edited By MR.HaCkER"

#define IsPlayer(%0)    ( 1 <= %0 <= g_iMaxPlayers )

new g_iMaxPlayers;

new 
money  ]
new 
money1 ]

new 
boolHasKnife 33 ]
new 
boolHasBlack 33 ]
new 
boolHasAk47 33 ]

new const 
Knife [ ] [ ]= {
    
    
"models/chucky_knifewob.mdl",
    
"models/p_knife.mdl"
    
}

new const 
Black [ ] [ ]= {
    
    
"models/black_knife.mdl",
    
"models/p_knife.mdl"
    
}

new const 
Ak47 [  ] [ ] = { 
    
    
"models/v_golden_ak47.mdl",
    
"models/p_golden_ak47.mdl"
    
}

new const 
g_weapons [ ] [ ] = {

               
"weapon_m4a1",
           
"weapon_ak47",
               
"weapon_aug",
               
"weapon_sg552",
               
"weapon_famas",
               
"weapon_galil",
               
"weapon_mp5navy",
               
"weapon_p90",
               
"weapon_m3",
               
"weapon_xm1014",
               
"weapon_awp",
               
"weapon_scout",
               
"weapon_tmp",
               
"weapon_mac10",
               
"weapon_m249"
}


new 
bloody[32]
new 
g_bk_enabledg_bk_rndreset

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)

    
register_clcmd"say""Func_Say" );
    
register_clcmd"say_team""Func_Say" );
    
register_clcmd "/shop""CheckAcces" );
    
register_clcmd "shop""CheckAcces" );

    
//////////Cvarurile pentru money//////////////
    
    
money ] = register_cvar"f_item1""15000" )
    
money ] = register_cvar"f_item2" ,"3000" )
    
money ] = register_cvar"f_item3""3000" )
    
money ] = register_cvar"f_item4" ,"5000" )
    
money ] = register_cvar"f_item5" ,"9000" )

    
money1 ] = register_cvar"af_item1" ,"9000" )
    
money1 ] = register_cvar"af_item2" ,"300" )
    
money1 ] = register_cvar"af_item3" ,"3000" )
    
money1 ] = register_cvar"af_item4" ,"5000" )
    
money1 ] = register_cvar"af_item5" ,"3000" )
    
    
/////////////////////////////////////////////////////////
    
    //////////////////////////////////////////Events///////////////////

    
g_bk_enabled=register_cvar("bk_enabled","1")
    
g_bk_rndreset=register_cvar("bk_rndreset","0")
    
register_event("CurWeapon","wpnchange","be","1=1")

    
g_iMaxPlayers get_maxplayers ( )
    
    
register_event "CurWeapon""Current_Weapon""be""1=1" ); 
    
RegisterHam Ham_TakeDamage"player""Player_TakeDamage" );
    
RegisterHam Ham_Killed"player""Ham_CBasePlayer_Killed_Post"true );
    
RegisterHam(Ham_Spawn"player""fwHamPlayerSpawnPost"1)  
    
    
//////////////////////////////////////////////////////////////////////
        
    
}

stock ham_strip_weapon(id,weapon[])
{
    if(!
equal(weapon,"weapon_",7)) return 0;

    new 
wId get_weaponid(weapon);
    if(!
wId) return 0;

    new 
wEnt;
    while((
wEnt engfunc(EngFunc_FindEntityByString,wEnt,"classname",weapon)) && pev(wEnt,pev_owner) != id) {}
    if(!
wEnt) return 0;

    if(
get_user_weapon(id) == wIdExecuteHamB(Ham_Weapon_RetireWeapon,wEnt);

    if(!
ExecuteHamB(Ham_RemovePlayerItem,id,wEnt)) return 0;
    
ExecuteHamB(Ham_Item_Kill,wEnt);

    
set_pev(id,pev_weapons,pev(id,pev_weapons) & ~(1<<wId));

    
// this block should be used for Counter-Strike:
    /*if(wId == CSW_C4)
    {
        cs_set_user_plant(id,0,0);
        cs_set_user_bpammo(id,CSW_C4,0);
    }
    else if(wId == CSW_SMOKEGRENADE || wId == CSW_FLASHBANG || wId == CSW_HEGRENADE)
        cs_set_user_bpammo(id,wId,0);*/

    
return 1;
}

public 
plugin_precache( ) {
    
    static 
i;
    for ( 
sizeof Knife ); i++ ) 
        
precache_model Knife ] )
    
    for ( 
sizeof Black ); i++ ) 
        
precache_model Black ] )
    
    for ( 
isizeof Ak47 ) ; i++ ) 
        
precache_model Ak47 ] )
        
    
precache_model "models/player/blackfurien/blackfurien.mdl" );
    
precache_model "models/player/blackpackff/blackpackff.mdl" );

    
precache_model("models/chucky_knife.mdl")
    
precache_sound("misc/chucky.wav")

    return 
PLUGIN_CONTINUE
}

public 
Ham_CBasePlayer_Killed_Post(id
{
    
HasKnife id ] = false
    bloody
[id]=0
    HasBlack 
id ] = false
    cs_reset_user_model
(id)
}

public 
fwHamPlayerSpawnPost(id) {

    
HasAk47 id ] = false
    bloody
[id]=0

    
if( get_user_team(id) == ) {
    
HasKnife id ] = false
    HasBlack 
id ] = false
    cs_reset_user_model
(id)
}
    
}

public 
Func_Sayid )
{
    new 
szSaid192 ];
    
read_argsszSaidsizeofszSaid ) -);
    
    
remove_quotesszSaid );
    
    if( 
containszSaid"shop" ) != -)
    {
        
CheckAcces id )
    }
}

public 
wpnchange(id){
    if(
get_pcvar_num(g_bk_enabled)){
        if(
bloody[id]){
            
chuckyknife(id)
        }
        else{
            
chuckyknifewob(id)
        }
    }
    return 
PLUGIN_HANDLED
}

public 
chuckyknife(id){
    new 
clipammowpnid get_user_weapon(id,clip,ammo)
    if (
wpnid == CSW_KNIFE) {
        if ( 
HasKnife id ] == true ){
            
entity_set_string(idEV_SZ_viewmodel"models/chucky_knife.mdl")
        }
    }
    return 
PLUGIN_HANDLED
}

public 
chuckyknifewob(id){
    new 
clipammowpnid get_user_weapon(id,clip,ammo)
    if (
wpnid == CSW_KNIFE) {
        if ( 
HasKnife id ] == true ){
            
entity_set_string(idEV_SZ_viewmodel"models/chucky_knifewob.mdl")
        }
    }
    return 
PLUGIN_HANDLED
}

public 
client_damage(attacker,victim,damage,wpnindex,hitplace,TA){
    if(
get_pcvar_num(g_bk_enabled)){
        if(
wpnindex==CSW_KNIFE){
            if ( 
HasKnife [attacker] == true ) {
                if(!
bloody[attacker])client_cmd(attacker,"spk misc/chucky")
                
bloody[attacker]=1
                chuckyknife
(attacker)
            }
        }
    }
    return 
PLUGIN_CONTINUE
}

public 
client_death(killer,victim,wpnindex,hitplace,TK){
    
bloody[victim]=0
    
return PLUGIN_CONTINUE
}

public 
round_end(){
    if(
get_pcvar_num(g_bk_rndreset)){
        
bloody={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
    }
    return 
PLUGIN_CONTINUE
}

public 
Current_Weapon id ) {
    
    new 
weapon=get_user_weapon(id)
    
    if( 
weapon == CSW_KNIFE ) {
        
        if( 
HasBlack id ] == true ) {
            
            
set_pev idpev_viewmodel2Black ] );
            
set_pev idpev_weaponmodel2Black ] );
            
        }
        
    }
    
    if( 
weapon == CSW_AK47 ) {
        
        if( 
HasAk47 id ] == true ) {
            
            
set_pev idpev_viewmodel2Ak47 ] );
            
set_pev idpev_weaponmodel2Ak47 ] );
            
            
        }
        
    }
    
}

public 
Player_TakeDamage iVictimiInflictoriAttackerFloat:fDamage ) {
    
    if ( 
iInflictor == iAttacker && IsPlayer iAttacker ) && HasKnife iAttacker ] ) {
        
        
SetHamParamFloat 4fDamage 2.0 );
        return 
HAM_HANDLED;
        
    }

    if ( 
iInflictor == iAttacker && IsPlayer iAttacker ) && HasBlack iAttacker ] ) {
        
        
SetHamParamFloat 4fDamage 1.0 );
        return 
HAM_HANDLED;
        
    }
    
    if ( 
iInflictor == iAttacker && IsPlayer iAttacker ) && HasAk47iAttacker ] ) {
        
        
SetHamParamFloat 4fDamage 1.5 );
        return 
HAM_HANDLED;
        
    }
    
    return 
HAM_IGNORED;
    
}

public 
CheckAcces id ) {
    
    if( 
is_user_alive id ) ) {
        
        if ( 
get_user_team id ) == ShowMenu id )
        if ( 
get_user_team id ) == ShowMenu1 id )
        
    }
    
    
}

public 
ShowMenuid )
{
    new 
menu menu_create"rFurien Shop By MR.HaCkER""furien_handler" );
    
    
menu_additem(menu"SuperKnife                                   r15000$"""0); 
    
menu_additem(menu"He Grenade                                   r3000$"""0); 
    
menu_additem(menu"50 HP                                         r3000$"""0);
    
menu_additem(menu"100 AP + Helment              r5000$"""0);
    
menu_additem(menu"Black Pack                                     r9000$"""0);   
    
    
menu_setprop(menuMPROP_EXITMEXIT_ALL);
    
menu_setprop(menuMPROP_NOCOLORS1);
    
menu_setprop(menuMPROP_NUMBER_COLOR"r");
    
    
menu_display(idmenu0);
    
    return 
PLUGIN_HANDLED;
}

public 
furien_handler(idmenuitem)
{
    if(
item == MENU_EXIT)
    {
        return 
PLUGIN_HANDLED;
    }

        if(
get_user_team(id) != 1)
        return 
PLUGIN_HANDLED;
    
    new  
command[6], name[64], accesscallback
    
new price
    price 
cs_get_user_moneyid )
    
    
menu_item_getinfo(menuitemaccesscommandsizeof command 1namesizeof name 1callback);
    
    switch(
item)
    {
        case 
0: {
            
            
            
            if(
price>=get_pcvar_num(money])) {
                
                if ( 
HasKnife id ] == false ) {
                    
                    
cs_set_user_moneyidprice-get_pcvar_num(money ] ))
                    
ColorChat(id,"^x04[Furien OdSchool v1.4]^x01 You Bought ^x03 SuperKnife!")
                    
                    
cs_set_user_model id "blackfurien" );
                    
set_pev idpev_viewmodel2Knife ] );
                    
set_pev idpev_weaponmodel2Knife ] );
                    
HasBlack id ] = false
                    HasKnife 
id ] = true
                        
                
}

                else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You Already Have^x03 SuperKnife!")
    
            }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 SuperKnife!"
                
        }
        case 
1: {
            
            if( 
price >=get_pcvar_nummoney ] )) {
                
                if( ! 
user_has_weapon id ,  CSW_HEGRENADE ) ) {
                    
                    
cs_set_user_moneyidprice-get_pcvar_num(money ] ))
                    
give_item(id,"weapon_hegrenade")
                    
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You bought ^x03 He Grenade!")
                    
                    
                }

                else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You Already Have ^x03 He Grenade!")

                }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 He Grenade!")
                    
        }
        case 
2: {
            
            if( 
price >=get_pcvar_nummoney ] )) {
                
                if( 
get_user_health id ) < 200 ) {
                    
                    
cs_set_user_moneyid,priceget_pcvar_num(money ])) 
                    
set_user_health idget_user_health id ) + 50 )
                    
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You Bought ^x03 50 HP!")
                    
                }

                else 
ColorChat(id,"^x04[[Furien oldschool v1.4]^x01 You have already reached the limit of ^x03 200 HP !")

                }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 50 HP!"
                    
        }
        case 
3: {
            
            if( 
price >= get_pcvar_num(money ]) ) {
                
                if( 
get_user_armor id ) < 100 ) {
                    
                    
cs_set_user_moneyid,priceget_pcvar_nummoney ] ))
                    
give_item(id,"item_kevlar")
                    
give_item(id"item_assaultsuit")
                    
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You bought^x03 100 AP + Helmet!")
                    
                }

                else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You have already reached the limit of ^x03 100 AP!")

                }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 100 AP + Helmet!")
                
        }
        case 
4: {
            
            
            
            if(
price>=get_pcvar_num(money])) {
                
                if ( 
HasBlack id ] == false ) {
                    
                    
cs_set_user_moneyidprice-get_pcvar_num(money ] ))
                    
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You bought ^x03 Black Pack!")
                    
                    
cs_set_user_model id "blackpackff" );
                                        
set_user_armor idget_user_armor id ) + 50 )
                    
set_user_armor idget_user_armor id ) + 50 )
                    
set_user_health idget_user_health id ) + 50 )
                    
set_pev idpev_viewmodel2Black ] );
                    
set_pev idpev_weaponmodel2Black ] );
                    
give_item(id,"item_kevlar")
                    
give_item(id"item_assaultsuit")
                    
HasKnife id ] = false
                    HasBlack 
id ] = true
                        
                
}

                else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You Already Have ^x03 Black Pack!")
    
            }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 Black Pack!"
                
        }
        
    }
    
    
menu_destroy(menu);
    
    return 
PLUGIN_HANDLED;
    
}

public 
ShowMenu1(id)
{
    new 
menu2 menu_create("rAnti-Furien Shop By MR.HaCkER""af_menu");
    
    
menu_additem(menu2"Golden AK47                                 r9000$"""0);
    
menu_additem(menu2"Defuse Kit                                        r300$"""0); 
    
menu_additem(menu2"50 HP                                             r3000$"""0); 
    
menu_additem(menu2"100 AP + Helmet                           r5000$"""0); 
    
menu_additem(menu2"Ammo                                             r3000$"""0);
    
    
menu_setprop(menu2MPROP_EXITMEXIT_ALL);
    
menu_setprop(menu2MPROP_NOCOLORS1);
    
    
menu_display(idmenu20);
    
    return 
PLUGIN_HANDLED;
}

public 
af_menu(idmenu2item)
{
    if(
item == MENU_EXIT)
    {
        return 
PLUGIN_HANDLED;
    }

        if(
get_user_team(id) != 2)
        return 
PLUGIN_HANDLED;
    
    new 
command[6], name[64], accesscallback,price
    price
=cs_get_user_money(id)
    
    
menu_item_getinfo(menu2itemaccesscommandsizeof command 1namesizeof name 1callback);
    
    switch(
item)
    {
        case 
0: {
            
            if( 
price >= get_pcvar_num(money1 ]) ) {
                
                if ( 
HasAk47 id ] == false ) {
                    
                    
cs_set_user_moneyid,price-get_pcvar_num(money1 ] ))

                    for ( new 
sizeof g_weapons ) ; ++ ) 
                        
ham_strip_weapon(idg_weapons ])
                        
give_item(id,"weapon_ak47")

                    
set_pev idpev_viewmodel2Ak47 ] );
                    
set_pev idpev_weaponmodel2Ak47 ] );
                    
cs_set_user_bpammo(id,CSW_AK47,250
                    
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You bought ^x03 Golden AK47!")
                    
                    
HasAk47 id ] = true
                    
                
}

                else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You Already Have ^x03 Golden AK47!")

                }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 Golden AK47!"
                
        }
        case 
1: {
            
            if( 
price >=get_pcvar_nummoney1 ]) ) {
                
                if ( ! 
cs_get_user_defuse  id )  ) {
                    
                    
cs_set_user_moneyidprice-get_pcvar_num(money1 ] ))
                    
cs_set_user_defuse(id,1)
                    
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You bought ^x03 DefuseKit!")
                    
                }

                else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You Already Have ^x03 DefuseKit!")

                }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 DefuseKit!"
                    
        }
        case 
2: {
            
            if( 
price >= get_pcvar_num(money1 ]) ) {
                
                if( 
get_user_health id ) < 200 ) {
                    
                    
cs_set_user_moneyidprice-get_pcvar_num(money1 ]) )
                    
set_user_health(id,get_user_health(id)+50)
                    
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You bought ^x03 50 HP!")    
                    
                }

                else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You have reached the limit of ^x03 200 HP!")

                }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 50 HP!"
                    
        }
        case 
3: {
            
            if( 
price >= get_pcvar_num(money1 ] )) {
                
                if( 
get_user_armor id ) < 100 ) {
                    
                    
cs_set_user_moneyidprice-get_pcvar_num(money1 ] ))
                    
give_item(id,"item_kevlar")
                    
give_item(id"item_assaultsuit")
                    
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You bought ^x03 100 AP + Helmet!")
                    
                }

                else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You have already reached the limit of ^x03 100 AP!")

                }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 100 AP + Helmet!"
                
        }
        case 
4: {
                
            if( 
price >= get_pcvar_num(money1 ]) ) {
                
                
cs_set_user_moneyid,price-get_pcvar_nummoney1 ] ))

                
cs_set_user_bpammo id ,CSW_M4A1250 )
                
cs_set_user_bpammo id ,CSW_AK47250 )
                
cs_set_user_bpammo id ,CSW_AUG250 )
                
cs_set_user_bpammo id ,CSW_SG552250 )
                
cs_set_user_bpammo id ,CSW_FAMAS250 )
                
cs_set_user_bpammo id ,CSW_GALIL250 )
                
cs_set_user_bpammo id ,CSW_MP5NAVY250 )
                
cs_set_user_bpammo id ,CSW_P90250 )
                
cs_set_user_bpammo id ,CSW_M3250 )
                
cs_set_user_bpammo id ,CSW_XM1014250 )
                
cs_set_user_bpammo id ,CSW_AWP250 )
                
cs_set_user_bpammo id ,CSW_SCOUT250 )
                
cs_set_user_bpammo id ,CSW_TMP250 )
                
cs_set_user_bpammo id ,CSW_MAC10250 )
                
cs_set_user_bpammo id ,CSW_DEAGLE250 )

                
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You bought ^x03 Ammo (250 gloante)!")

            }
            
            else 
ColorChat(id,"^x04[Furien oldschool v1.4]^x01 You don't have enough money to buy ^x03 Ammo (250 gloante)!"
                
            
        }
        
        
    }
    
    
menu_destroy(menu2);
    
    return 
PLUGIN_HANDLED;
    
}

public 
client_putinserverid )
{
    
    
HasKnife id ] = false
    HasBlack 
id ] = false
    cs_reset_user_model
(id)
}


stock ColorChat(const id, const input[], any:...) {
    new 
count 1players[32];
    static 
msg[191];
    
vformat(msg190input3);
 
    
replace_all(msg190"!x04""^4");
    
replace_all(msg190"!x01""^1");
    
replace_all(msg190"!x03""^3");
 
    if(
idplayers[0] = id;
    else 
get_players(playerscount"ch"); {
    for(new 
0counti++) {
    if(
is_user_connected(players[i])) {
    
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"), _players[i]);
    
write_byte(players[i]);
    
write_string(msg);
    
message_end();
    }
    }
    } 
    }
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{ rtf1 ansi deff0{ fonttbl{ f0 fnil Tahoma;}}n viewkind4 uc1 pard lang1033 f0 fs16 n par }
*/ 

Last edited by abdoyassen; 12-29-2020 at 08:10.
abdoyassen is offline
Send a message via Yahoo to abdoyassen
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 12-29-2020 , 08:10   Re: [help] i want fix it plugin
Reply With Quote #2

Maybe explain what the problem is because people haven't yet developed technology to read minds, especially over the internet.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
abdoyassen
Junior Member
Join Date: Apr 2020
Location: egypt
Old 12-29-2020 , 08:26   Re: [help] i want fix it plugin
Reply With Quote #3

When you break a black pack, it gives you +50hp and +100ap
And in the next round it gives you +50 and +100ap
Keeps all rounds and ends at death
soory iam bad in english
i think problem here
/////////////////////////////////////////////////////////////////////////////////////
********case*4:*{
************
************
************
************if(price>=get_pcvar_num(money[*5*]))*{
****************
****************if*(*HasBlack*[*id*]*==*false*)*{
********************
********************cs_set_user_money(*id,*pr ice-get_pcvar_num(money*[*5*]*))
********************ColorChat(id,"^x04[Furien*oldschool*v1.4]^x01*You*bought*^x03*Black*Pack!")
********************
********************cs_set_user_model*(*id*,* "blackpackff"*);
****************************************set_u ser_armor*(*id,*get_user_armor*(*id*)*+*50*)
********************set_user_armor*(*id,*get_ user_armor*(*id*)*+*50*)
********************set_user_health*(*id,*get _user_health*(*id*)*+*50*)
********************set_pev*(*id,*pev_viewmod el2,*Black*[*0*]*);
********************set_pev*(*id,*pev_weaponm odel2,*Black*[*1*]*);
********************give_item(id,"item_kevlar ")
********************give_item(id,*"item_assau ltsuit")
********************HasKnife*[*id*]*=*false
********************HasBlack*[*id*]*=*true
************************
****************}
///////////////////////////////////////////////////////////////////////////////

Last edited by abdoyassen; 12-29-2020 at 08:27.
abdoyassen is offline
Send a message via Yahoo to abdoyassen
Reply


Thread Tools
Display Modes

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 08:35.


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