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

VIP Plugin v5.4.5


Post New Thread Reply   
 
Thread Tools Display Modes
Huseyn26
Member
Join Date: Jan 2013
Old 03-27-2013 , 08:39   Re: VIP Plugin v5.2.1
Reply With Quote #11

I Enabled Debug Mode For VIP.amxx
Now It Gives That Error:

[AMXX] Displaying debug trace (plugin "VIP.amxx")
[AMXX] Run time error 10: native error (native "player_menu_info")
[AMXX] [0] vip.sma::EventRoundEnd (line 318 )
Invalid player id 0
[AMXX] Displaying debug trace (plugin "VIP.amxx")
[AMXX] Run time error 10: native error (native "player_menu_info")
[AMXX] [0] vip.sma::EventRoundEnd (line 318 )

Last edited by Huseyn26; 03-27-2013 at 08:40.
Huseyn26 is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 03-27-2013 , 08:44   Re: VIP Plugin v5.2.1
Reply With Quote #12

Quote:
Originally Posted by Huseyn26 View Post
It Gives Runtime Error.I Compiled Plugin MySelf But Now Your .amxx was 1.63 mb,mine was 27kb.

I Replace it.But Now It Gives This Error:
[AMXX] Run time error 10 (plugin "VIP.amxx") (native "player_menu_info") - debug not enabled!
Thanks for informing. Updated and fixed the error.
Unkolix is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 03-30-2013 , 08:50   Re: VIP Plugin v5.2.6
Reply With Quote #13

if you want one improvement that you could make, just do that:
PHP Code:
#define ACESS_VIP ADMIN_RESERVATION

if( is_user_aliveid ) && get_user_flags(id) & ACESS_VIP
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 03-30-2013 , 10:08   Re: VIP Plugin v5.2.6
Reply With Quote #14

Quote:
Originally Posted by quilhos View Post
if you want one improvement that you could make, just do that:
PHP Code:
#define ACESS_VIP ADMIN_RESERVATION

if( is_user_aliveid ) && get_user_flags(id) & ACESS_VIP
Thanks, didn't think of making this.



UPDATE v5.2.9

Last edited by Unkolix; 04-03-2013 at 08:05.
Unkolix is offline
warexx
New Member
Join Date: Mar 2013
Old 04-03-2013 , 03:56   Re: VIP Plugin v5.2.9
Reply With Quote #15

Don't work for me, i write /wantvip and it say ml not found, and when shows up vipmenu ml not found, can someone help me?

Last edited by warexx; 04-03-2013 at 03:56.
warexx is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 04-03-2013 , 08:04   Re: VIP Plugin v5.2.9
Reply With Quote #16

Quote:
Originally Posted by warexx View Post
Don't work for me, i write /wantvip and it say ml not found, and when shows up vipmenu ml not found, can someone help me?
Did you put vip.txt file in your amxmodx/data/lang folder?

Last edited by Unkolix; 04-03-2013 at 08:04.
Unkolix is offline
ke3ller
Member
Join Date: Feb 2013
Old 04-06-2013 , 20:05   Re: VIP Plugin v5.2.9
Reply With Quote #17

Can't compile your .sma and I didn't changed anything

VIP (4).sma(181) : error 017: undefined symbol "register_dictionary_colored"
VIP (4).sma(742) : error 017: undefined symbol "client_print_color"

2 Errors.
Compile failed!
ke3ller is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 04-07-2013 , 01:51   Re: VIP Plugin v5.2.9
Reply With Quote #18

Quote:
Originally Posted by ke3ller View Post
Can't compile your .sma and I didn't changed anything

VIP (4).sma(181) : error 017: undefined symbol "register_dictionary_colored"
VIP (4).sma(742) : error 017: undefined symbol "client_print_color"

2 Errors.
Compile failed!
Quote:
Originally Posted by Unkolix View Post
4. Put colorchat.inc in to cstrike/addons/amxmodx/scripting/include folder.
Unkolix is offline
ke3ller
Member
Join Date: Feb 2013
Old 04-07-2013 , 12:25   Re: VIP Plugin v5.2.9
Reply With Quote #19

Pls help me:
This:
PHP Code:
public on_damage(id)
{
    new 
attacker get_user_attacker(id)
    
    
#if defined DAMAGE_RECIEVED
    
if ( is_user_connected(id) && is_user_connected(attacker) )
        if (
get_user_flags(attacker) & ADMIN_LEVEL_H)
        {
            new 
damage read_data(2)
        
            
set_hudmessage(255000.450.5020.14.00.10.1, -1)
            
ShowSyncHudMsg(idg_MsgSync2"%i^n"damage)
            
#else
            
if ( is_user_connected(attacker) && if (get_user_flags(attacker) & ADMIN_LEVEL_H) )
            {
                new 
damage read_data(2)
                
#endif
                
set_hudmessage(0100200, -1.00.5520.14.00.020.02, -1)
                
ShowSyncHudMsg(attackerg_MsgSync"%i^n"damage)
            }
        }
        
public 
death_msg()
{
    if(
read_data(1)<=maxplayers && read_data(1) && read_data(1)!=read_data(2)) cs_set_user_money(read_data(1),cs_get_user_money(read_data(1)) + get_pcvar_num(mkb) - 300)
}

public 
Damage(id)
{
    new 
weaponhitpointattacker get_user_attacker(id,weapon,hitpoint)
    if(
attacker<=maxplayers && is_user_alive(attacker) && attacker!=id)
    if (
get_user_flags(attacker) & ADMIN_LEVEL_H
    {
        new 
money read_data(2) * get_pcvar_num(mpd)
        if(
hitpoint==1money += get_pcvar_num(mhb)
        
cs_set_user_money(attacker,cs_get_user_money(attacker) + money)
    }

Makes this:
Quote:
Run time error 10: native error (native "get_user_attacker")
[0] 60p7918o.sma.p::Damage (line 94)
Invalid player id 0
Run time error 10: native error (native "get_user_attacker")
[0] 60p7918o.sma.p::on_damage (line 67)
I get this even if no vip online...

Last edited by ke3ller; 04-07-2013 at 12:25.
ke3ller is offline
Unkolix
Veteran Member
Join Date: Sep 2012
Old 04-07-2013 , 12:38   Re: VIP Plugin v5.3.4
Reply With Quote #20

UPDATE v5.3.4


- v5.3.4 - Now changing VIP models with Fakemeta module. Tag Mismatch fix.
- v5.3.3 - Grenades fix. Optimization.
- v5.3.2 - VIP models added, controled by a cvar vip_models 1/0
- v5.3.1 - Added error message if files awpmapnames.ini and mapnames.ini doesn't exist. Another way not to allow non VIP players to pick up snipers, thanks to SeriousSpot.
- v5.3.0 - Terrorists won't get defuse kits now. New bullet damage system (took from Sn!ff3r).

Last edited by Unkolix; 04-17-2013 at 08:26.
Unkolix is offline
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:39.


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