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

VIP weapons models


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
gump497
BANNED
Join Date: May 2011
Location: Slovakia
Old 07-02-2012 , 16:16   VIP weapons models
Reply With Quote #1

Hello,
I'm looking for plugin that will change the skins of weapons for other skins that can be set up and for VIP players. And plugin that burden much server.
gump497 is offline
Send a message via ICQ to gump497 Send a message via Skype™ to gump497
wickedd
Veteran Member
Join Date: Nov 2009
Old 07-02-2012 , 16:22   Re: VIP weapons models
Reply With Quote #2

Post in the request section.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
gump497
BANNED
Join Date: May 2011
Location: Slovakia
Old 07-03-2012 , 01:11   Re: VIP weapons models
Reply With Quote #3

about yes
gump497 is offline
Send a message via ICQ to gump497 Send a message via Skype™ to gump497
RuRuRu612754
Senior Member
Join Date: Sep 2011
Old 07-03-2012 , 02:52   Re: VIP weapons models
Reply With Quote #4

hello
use here http://forums.alliedmods.net/showthread.php?p=958925
RuRuRu612754 is offline
gump497
BANNED
Join Date: May 2011
Location: Slovakia
Old 07-03-2012 , 03:21   Re: VIP weapons models
Reply With Quote #5

no player models, but weapon models for VIP.
gump497 is offline
Send a message via ICQ to gump497 Send a message via Skype™ to gump497
RuRuRu612754
Senior Member
Join Date: Sep 2011
Old 07-03-2012 , 04:49   Re: VIP weapons models
Reply With Quote #6

see this http://forums.alliedmods.net/showthread.php?t=189000
RuRuRu612754 is offline
Aooka
Veteran Member
Join Date: Aug 2011
Location: Villeurbanne
Old 07-03-2012 , 05:00   Re: VIP weapons models
Reply With Quote #7

Code:
#include < amxmodx > #define VipFlag  ADMIN_LEVEL_H public plugin_init( ) {     register_plugin( "Vip models" , "1.0" , "Aooka" );         register_event( "CurWeapon" , "Ev_CurWeapon" , "b" ), } public plugin_precache( )     // some code ... public Ev_CurWeapon( const id ) {     if( is_user_alive( id ) && get_user_flags( id ) & VipFlag )     {         // set your precaching model ...     } }
__________________
Pawn ? Useless
Aooka is offline
gump497
BANNED
Join Date: May 2011
Location: Slovakia
Old 07-03-2012 , 06:20   Re: VIP weapons models
Reply With Quote #8

Thank you, LOCK please
gump497 is offline
Send a message via ICQ to gump497 Send a message via Skype™ to gump497
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-03-2012 , 06:28   Re: VIP weapons models
Reply With Quote #9

Aooka, stop to help, you are a very beginner and what you advise is a poor method.

gump497, hook Ham_Item_Deploy and set the model here.
__________________
Arkshine is offline
gump497
BANNED
Join Date: May 2011
Location: Slovakia
Old 07-03-2012 , 06:34   Re: VIP weapons models
Reply With Quote #10

I'm only a beginner so Otherwise thank you
gump497 is offline
Send a message via ICQ to gump497 Send a message via Skype™ to gump497
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 23:00.


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