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

Sven Cooperative Experience Mod [Current Version: 17.0]


Post New Thread Reply   
 
Thread Tools Display Modes
B3N4K
Senior Member
Join Date: Jun 2008
Location: Czech Republic
Old 10-30-2008 , 16:06   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #521

Please make that with saving at names, i want this at my lan server! Please make it soon!
B3N4K is offline
Rirre
Veteran Member
Join Date: Nov 2006
Old 11-18-2008 , 07:48   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #522

I don't want bots to receive any XP.
How to disable?

Last edited by Rirre; 11-18-2008 at 15:36.
Rirre is offline
xentaris
New Member
Join Date: Oct 2008
Old 11-19-2008 , 17:11   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #523

looking for any server with this plugin!
xentaris is offline
Wrd
Senior Member
Join Date: Jul 2008
Location: The Netherlands
Old 11-20-2008 , 02:44   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #524

There is no way yet to turn off stats for bots.

I have a cs server running this mod in combination with gungame: cs.ldsmail.nl:27025
Wrd is offline
leon_devil94
Junior Member
Join Date: Oct 2008
Location: Kuala Lumpur , Malaysia
Old 11-20-2008 , 03:29   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #525

i using this plugin but i still have bug on the EXP = -999999999. But i put my sv_lan 0 liao...
leon_devil94 is offline
Send a message via MSN to leon_devil94 Send a message via Yahoo to leon_devil94
Wrd
Senior Member
Join Date: Jul 2008
Location: The Netherlands
Old 11-20-2008 , 11:52   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #526

Just try to use the latest not official version
http://forums.alliedmods.net/showpos...&postcount=517
Wrd is offline
Rirre
Veteran Member
Join Date: Nov 2006
Old 11-21-2008 , 16:26   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #527

Ok,
how i remove the immunity access so I can add medal & xp/lvl to the admin thru the server too?

Last edited by Rirre; 11-21-2008 at 17:00.
Rirre is offline
Wrd
Senior Member
Join Date: Jul 2008
Location: The Netherlands
Old 11-22-2008 , 02:24   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #528

To disable immunity just change the flag of the register_concmd function.
You can find the functions at line 107 - 111

A list of flags can be found at http://www.amxmodx.org/funcwiki.php?...ncmd&go=search
Wrd is offline
Rirre
Veteran Member
Join Date: Nov 2006
Old 11-22-2008 , 09:56   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #529

EDIT: Nvm.
Got it to work somehow.
just need help with this one now:

How do I fix Steam ID to be displayed in the Hudmessage?
I can't really get it to work.
PHP Code:
public scxpm_showdata(id)
{
    new 
authid[35]
    
get_user_authid(idauthid34)

    new 
iPlayers[32],iNum
    get_players
(iPlayers,iNum)
    for(new 
g=0;g<iNum;g++)
    {

        new 
i=iPlayers[g]
        if(
is_user_connected(i))
        {
            
set_hudmessage(50,135,180,-1.0,0.04,0,1.0,255.0,0.0,0.0,get_cvar_num("scxpm_hud_channel"))
            switch(
playerlevel[i])
            {
                case 
1800:
                {
                    
show_hudmessage(i,"Level:   1800 / 1800^nRank:   Highest Force Leader^nMedals:   %i / 15^nHealth:   %i^nArmor:   %i^nSteam ID:   %i"medals[i]-1get_user_health), get_user_armor), authid[i] )
                }
                default:
                {
                    if ( 
get_user_health) > 250 || get_user_armor) > 250)
                    {
                        
show_hudmessage(i,"Exp.:   %i / %i  (+%i)^nLevel:   %i / 1800^nRank:   %s^nMedals:   %i / 15^nHealth:   %i^nArmor:   %i^nSteam ID:   %i"xp[i],neededxp[i],neededxp[i]-xp[i],playerlevel[i],rank[i],medals[i]-1get_user_health), get_user_armor), authid[i] )
                    }
                    else
                    {
                        
show_hudmessage(i,"Exp.:   %i / %i  (+%i)^nLevel:   %i / 1800^nRank:   %s^nMedals:   %i / 15^nSteam ID:   %i"xp[i],neededxp[i],neededxp[i]-xp[i],playerlevel[i],rank[i],medals[i]-1,authid[i] )
                    } 
PHP Code:
public scxpm_sdac(id)
{
    switch(
onecount)
    {
        case 
false:
        {
            
onecount=true
        
}
        case 
true:
        {
            
scxpm_reexp()
            
scxpm_showdata(id)
            
onecount=false
        
}
    }
    
scxpm_regen

I got "Steam ID: 0"

Last edited by Rirre; 11-24-2008 at 02:19.
Rirre is offline
Wrd
Senior Member
Join Date: Jul 2008
Location: The Netherlands
Old 12-04-2008 , 12:50   Re: Sven Cooperative Experience Mod [Current Version: 17.0]
Reply With Quote #530

You used:Steam ID: %i
%i is used with numbers, try %s instead.
Wrd 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 01:22.


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