Raised This Month: $ Target: $400
 0% 

who can make this plugins???


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
shamaseen
Junior Member
Join Date: Jun 2014
Old 06-18-2014 , 03:07   who can make this plugins???
Reply With Quote #1

halo very one i am new in here
https://forums.alliedmods.net is the best in world
i come to here to Request help
i need someone anyone to make me plugins
plugins is all one who enter to server will be vip (give ever one vip)
i am not good in this Things
i am Wait for help


thanks for all
shamaseen is offline
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 06-18-2014 , 03:15   Re: who can make this plugins???
Reply With Quote #2

https://forums.alliedmods.net/search...ax=0&userid=0&

Click on the above link and then click on Search Now. Use the one you like.
__________________

Last edited by EthicalHacker007; 06-18-2014 at 03:26. Reason: Search ID.
EthicalHacker007 is offline
shamaseen
Junior Member
Join Date: Jun 2014
Old 06-18-2014 , 04:57   Re: who can make this plugins???
Reply With Quote #3

thank
but i not found it
i need plugins all vip (very one vip)
shamaseen is offline
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 06-18-2014 , 06:37   Re: who can make this plugins???
Reply With Quote #4

Hmmm, but that doesn't exists. By VIP do you mean that you want to give the "t" flag to everyone?
__________________
EthicalHacker007 is offline
Munch
Senior Member
Join Date: May 2012
Location: Liverpool UK
Old 06-18-2014 , 07:16   Re: who can make this plugins???
Reply With Quote #5

What do you mean by VIP, What would VIP give you.
__________________
Dead Men Fighting L4D2 8 Man Dead Men Fighting UK
Munch is offline
shamaseen
Junior Member
Join Date: Jun 2014
Old 06-18-2014 , 07:28   Re: who can make this plugins???
Reply With Quote #6

like this
Next time use the keywords "Free VIP" and search in titles only:
}
Quote:
#include <amxmodx>
#include <hamsandwich>

#define PLUGIN "Free VIP"
#define VERSION "1.0"
#define AUTHOR "Unkolix"

new g_FreeVip[33];

public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)

RegisterHam(Ham_Spawn, "player", "fwHamPlayerSpawnPost", 1)
}

public fwHamPlayerSpawnPost(id)
{
new szTime[3]
get_time("%H",szTime,2)

new iTime = str_to_num(szTime)
if( 0 <= iTime <= 24 )
{
if( !(get_user_flags(id) & ADMIN_RESERVATION) )
{
remove_user_flags(id, ADMIN_USER);
set_user_flags(id, ADMIN_LEVEL_H);
g_FreeVip[id] = false;
set_hudmessage( 255, 255, 255, -1.0, 0.87, 0, 0.0, 12.0, 0.1, 0.2, -1 );
show_hudmessage ( id, "You get FREE VIP from 18:00 to 9:00!")
}
}
else if( 00 <= iTime <= 09 )
{
if( !(get_user_flags(id) & ADMIN_RESERVATION) )
{
remove_user_flags(id, ADMIN_USER);
set_user_flags(id, ADMIN_LEVEL_H);
g_FreeVip[id] = false;
set_hudmessage( 255, 255, 255, -1.0, 0.87, 0, 0.0, 12.0, 0.1, 0.2, -1 );
show_hudmessage ( id, "You get FREE VIP from 18:00 to 9:00!")
}
}
else if( g_FreeVip[id] )
{
remove_user_flags(id, ADMIN_LEVEL_H);
set_user_flags(id, ADMIN_USER);
g_FreeVip[id] = false;
}
but this give "abcdefghijklmnopqrstu" flag i need just to change it to "bit"
shamaseen is offline
Old 06-18-2014, 07:35
EthicalHacker007
This message has been deleted by EthicalHacker007. Reason: Test
Old 06-18-2014, 09:08
shamaseen
This message has been deleted by YamiKaitou. Reason: wait 14 days before you bump
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 06-18-2014 , 09:18   Re: who can make this plugins???
Reply With Quote #7

It only gives "ADMIN_LEVEL_H" which is "t" flag.
__________________
EthicalHacker007 is offline
shamaseen
Junior Member
Join Date: Jun 2014
Old 06-18-2014 , 10:31   Re: who can make this plugins???
Reply With Quote #8

who can i change it plz help me if you can

Last edited by shamaseen; 06-18-2014 at 10:32.
shamaseen is offline
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 06-18-2014 , 10:34   Re: who can make this plugins???
Reply With Quote #9

What do you want to change? You said that this plugin gives "abcdefghijklmnopqrstu" but it only gives "t" flag. What do you want to change exactly?
__________________
EthicalHacker007 is offline
shamaseen
Junior Member
Join Date: Jun 2014
Old 06-18-2014 , 11:48   Re: who can make this plugins???
Reply With Quote #10

just need to change flag to "bit"

just "bit"

thanks for help
and sorry If disturbed you
shamaseen 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 06:15.


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