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

[Request] to connect 2 models in one


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TheDark O.o
Junior Member
Join Date: Sep 2019
Location: Sungai Karangan
Old 09-24-2019 , 08:19   [Request] to connect 2 models in one
Reply With Quote #1

Hello,
i want help in model...
can help me into connect 2 models in one
Here link:
https://drive.google.com/open?id=1X5...3iT0FLDqww7fEz

Just attach this hat to model head plz..
Just hats only connect model on head..
TheDark O.o is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-24-2019 , 08:54   Re: [Request] to connect 2 models in one
Reply With Quote #2

This is the AMXX plugins request section. We don't combine models here.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
TheDark O.o
Junior Member
Join Date: Sep 2019
Location: Sungai Karangan
Old 09-24-2019 , 09:15   Re: [Request] to connect 2 models in one
Reply With Quote #3

Sry Guys

ok give me another help...
now i have zp6.2 addons in vip access
i want to add only vip get hat access..
can give script
TheDark O.o is offline
LearninG
Senior Member
Join Date: Apr 2019
Location: Iran
Old 09-24-2019 , 09:35   Re: [Request] to connect 2 models in one
Reply With Quote #4

possible admin levels
Code:
#define ADMIN_ALL           0       /* everyone */ #define ADMIN_IMMUNITY      (1<<0)  /* flag "a" */ #define ADMIN_RESERVATION   (1<<1)  /* flag "b" */ #define ADMIN_KICK          (1<<2)  /* flag "c" */ #define ADMIN_BAN           (1<<3)  /* flag "d" */ #define ADMIN_SLAY          (1<<4)  /* flag "e" */ #define ADMIN_MAP           (1<<5)  /* flag "f" */ #define ADMIN_CVAR          (1<<6)  /* flag "g" */ #define ADMIN_CFG           (1<<7)  /* flag "h" */ #define ADMIN_CHAT          (1<<8)  /* flag "i" */ #define ADMIN_VOTE          (1<<9)  /* flag "j" */ #define ADMIN_PASSWORD      (1<<10) /* flag "k" */ #define ADMIN_RCON          (1<<11) /* flag "l" */ #define ADMIN_LEVEL_A       (1<<12) /* flag "m" */ #define ADMIN_LEVEL_B       (1<<13) /* flag "n" */ #define ADMIN_LEVEL_C       (1<<14) /* flag "o" */ #define ADMIN_LEVEL_D       (1<<15) /* flag "p" */ #define ADMIN_LEVEL_E       (1<<16) /* flag "q" */ #define ADMIN_LEVEL_F       (1<<17) /* flag "r" */ #define ADMIN_LEVEL_G       (1<<18) /* flag "s" */ #define ADMIN_LEVEL_H       (1<<19) /* flag "t" */ #define ADMIN_MENU          (1<<20) /* flag "u" */ #define ADMIN_BAN_TEMP      (1<<21) /* flag "v" */ #define ADMIN_ADMIN         (1<<24) /* flag "y" */ #define ADMIN_USER          (1<<25) /* flag "z" */
example of usage
Code:
#include <amxmodx> #include <fun> #define VIP_ACCESS          ADMIN_IMMUNITY public plugin_init() {     register_clcmd("say /armor" , "give_armor") } public give_armor(id) {     if (get_user_flags(id) & VIP_ACCESS)     {         set_user_armor(id , get_user_armor(id) + 100)     }     else     {         client_print(id , print_chat , "[AMXX] You don't have VIP ACCESS")     } }

Last edited by LearninG; 09-24-2019 at 09:39.
LearninG is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-24-2019 , 09:58   Re: [Request] to connect 2 models in one
Reply With Quote #5

Quote:
Originally Posted by TheDark O.o View Post
Sry Guys

ok give me another help...
now i have zp6.2 addons in vip access
i want to add only vip get hat access..
can give script
Another help = another thread.
Your thread is named "connect 2 models" and you're asking about ZP addons.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
TheDark O.o
Junior Member
Join Date: Sep 2019
Location: Sungai Karangan
Old 09-24-2019 , 10:26   Re: [Request] to connect 2 models in one
Reply With Quote #6

Quote:
Originally Posted by OciXCrom View Post
Another help = another thread.
Your thread is named "connect 2 models" and you're asking about ZP addons.
sry for that
and i want other one all Vips only have hats..
can give that scripting plz...
TheDark O.o 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 17:45.


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