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

CSDM FFA ON = ALL VIP MODELS


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 06-26-2010 , 05:11   CSDM FFA ON = ALL VIP MODELS
Reply With Quote #1

Can someone make a plugin that will give all players VIP models when i enable FFA mod.
After FFA is disablem everyone should have their old models (include cl_minmodels 1)
Precache VIP model in sma please, some players don't have it.

Thanks.
__________________

Last edited by dj_freeze; 07-22-2010 at 09:12.
dj_freeze is offline
Send a message via Skype™ to dj_freeze
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 06-26-2010 , 10:35   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #2

AH god, stop opening new topics with the same request..... -.-''
KadiR is offline
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 06-26-2010 , 13:31   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #3

Quote:
Originally Posted by KadiR View Post
AH god, stop opening new topics with the same request..... -.-''
Thats not the same request! I ask when ffa is on all models must be VIP, i've asked for other thing in my previous topic
__________________
dj_freeze is offline
Send a message via Skype™ to dj_freeze
Old 07-03-2010, 12:55
dj_freeze
This message has been deleted by dj_freeze. Reason: Stupid
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 07-06-2010 , 09:35   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #4

Can someone hook the first plugin with csdm_ffa_enable? Just change the plugin so that when ffa is enabled everyone will have vip models
__________________
dj_freeze is offline
Send a message via Skype™ to dj_freeze
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 07-10-2010 , 13:37   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #5

Bump.. Help ;(
__________________
dj_freeze is offline
Send a message via Skype™ to dj_freeze
Old 07-22-2010, 09:11
dj_freeze
This message has been deleted by YamiKaitou. Reason: bump
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 02-04-2011 , 15:28   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #6

Can someone make a plugin so when csdm FFA is turned ON all players will get VIP skins ? when it is turned off they get their skins back to normal?
dj_freeze is offline
Send a message via Skype™ to dj_freeze
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-04-2011 , 16:35   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #7

PHP Code:
#include <amxmodx>
#include <fakemeta>
#include <csdm>


#define VERSION "0.0.1"
#define PLUGIN "Csdm FFA Vip Model"

public plugin_init()
{
    
register_plugin(PLUGINVERSION"ConnorMcLeod")
    
register_forward(FM_SetClientKeyValue"SetClientKeyValue")
}

public 
plugin_precache()
{
    
precache_model("models/player/vip/vip.mdl")
}

public 
SetClientKeyValue(id, const szInfoBuffer[], const szKey[], const szValue[])
{
    static const 
model[] = "model"
    
if( csdm_get_ffa() && is_user_connected(id) && equal(szKeymodel) )
    {
        static const 
vip[] = "vip"
        
new szModel[5]
        
get_user_info(idmodelszModelcharsmax(szModel))
        if( !
equal(szModelvip) )
        {
            
set_user_info(idmodelvip)
        }
        return 
FMRES_SUPERCEDE
    
}
    return 
FMRES_IGNORED

__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 02-04-2011 at 18:16.
ConnorMcLeod is offline
dj_freeze
Veteran Member
Join Date: Dec 2009
Location: Looking for you!
Old 02-04-2011 , 17:49   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #8

Models are not changing :S
dj_freeze is offline
Send a message via Skype™ to dj_freeze
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-04-2011 , 18:16   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #9

Fixed.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
rx1983
Senior Member
Join Date: Jan 2009
Location: BRASIL
Old 02-04-2011 , 18:26   Re: CSDM FFA ON = ALL VIP MODELS
Reply With Quote #10

Quote:
Originally Posted by KadiR View Post
AH god, stop opening new topics with the same request..... -.-''
true, I made a request two years ago and am still waiting for someone to answer ...
not know where to find this topic.
__________________

Last edited by rx1983; 02-04-2011 at 18:28.
rx1983 is offline
Send a message via MSN to rx1983
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 16:54.


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