Raised This Month: $ Target: $400
 0% 

Solved [HELP]Vip Skin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 04-02-2017 , 16:57   Re: [HELP]Vip Skin
Reply With Quote #1

Code:
#include < amxmodx > #include < fakemeta > #include < hamsandwich > new const g_szModel[ ] = "bill" ; #define ADMIN_FLAG ADMIN_KICK public plugin_init( ) {     register_plugin( "Admin Skin", "1.0", "DoNii" ) ;     RegisterHam( Ham_Spawn, "player", "fw_HamSpawnPost", 1 ) ;     register_forward( FM_SetClientKeyValue, "fw_SetClientKeyValue" ) } public plugin_precache( ) {     new szBuffer[ 64 ] ;     formatex( szBuffer, charsmax( szBuffer ), "models/player/%s/%s.mdl", g_szModel, g_szModel ) ;         precache_model( szBuffer ) ; } public fw_HamSpawnPost( id ) {     set_task( 1.0, "fw_HamSpawnPostDelay", id ) ; } public fw_SetClientKeyValue( id, const infobuffer[ ], const key[ ] ) {     if( get_user_team( id ) != 2 )     return FMRES_IGNORED ;     if( ~ get_user_flags( id ) & ADMIN_KICK )     return FMRES_IGNORED ;     if( equal( key, "model" ) ) {         set_user_info( id, "model", g_szModel ) ;         return FMRES_SUPERCEDE ;     }         return FMRES_IGNORED ; } public fw_HamSpawnPostDelay( id ) {     if( ! is_user_alive( id ) )     return PLUGIN_CONTINUE ;     if( ~ get_user_flags( id ) & ADMIN_FLAG )     return PLUGIN_CONTINUE ;     if( get_user_team( id ) != 2 )     return PLUGIN_CONTINUE ;     set_user_info( id, "model", g_szModel ) ;     remove_task( id ) ;         return PLUGIN_CONTINUE ; }

EDIT : By the way, you could just use the first code and put this plugin's name before umbrella swarm's in plugins.ini !
__________________

Last edited by edon1337; 04-02-2017 at 17:02.
edon1337 is offline
Restart
Senior Member
Join Date: Nov 2016
Location: Lithuania
Old 04-02-2017 , 17:26   Re: [HELP]Vip Skin
Reply With Quote #2

It's not working, because it's something wrong with mine umbrella_swarm.sma.

Last edited by Restart; 04-02-2017 at 17:26.
Restart is offline
Send a message via Skype™ to Restart
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 04-02-2017 , 19:17   Re: [HELP]Vip Skin
Reply With Quote #3

Quote:
Originally Posted by edon1337 View Post
EDIT : By the way, you could just use the first code and put this plugin's name before umbrella swarm's in plugins.ini !
After*
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 04-03-2017 , 14:33   Re: [HELP]Vip Skin
Reply With Quote #4

ops not 4 its 3 mean first for vip and hten admin and then sadmin and normal players in not in this line its i like i remember after this line with swarm models.
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
Qsai Wolf PS
Junior Member
Join Date: May 2021
Location: palstine
Old 05-21-2023 , 14:49   Re: [HELP]Vip Skin
Reply With Quote #5

d3xt3r Is alive?
I tried to contact him but the only way was via Skype
He hasn't responded to me for months

Also, the author of the post, have you ended your affection since that time, or are you no longer interested!
Because I started looking for a mod
I can't find su .amxx there is no sma

I know I'm reviving an old topic, but I'm really looking for a mod
And I am doing it from scratch
Difficult because I am not a professional programmera
Qsai Wolf PS is offline
QuickDroLLL
Senior Member
Join Date: Dec 2021
Location: AMX Mod X Land
Old 05-21-2023 , 15:20   Re: [HELP]Vip Skin
Reply With Quote #6

Quote:
Originally Posted by Qsai Wolf PS View Post
d3xt3r Is alive?
I tried to contact him but the only way was via Skype
He hasn't responded to me for months

Also, the author of the post, have you ended your affection since that time, or are you no longer interested!
Because I started looking for a mod
I can't find su .amxx there is no sma

I know I'm reviving an old topic, but I'm really looking for a mod
And I am doing it from scratch
Difficult because I am not a professional programmera
They all have been retired maybe contact who still active plus i dont play cs 1.6 in public servers i just play and made servers for fun with my friends bcz iam starting getting bored from today servers and i will stop cs 1.6 soon so..
QuickDroLLL 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 00:53.


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