Steam free vip
Forum rules
Šiame forume galite siūlyti idėjas ar prašyti jums reikalingų pluginų. Jei kas nors pradės jį kurti, tai pasirašys Jūsų sukurtoje temoje. Niekada nepykite, jei niekas neatsako į Jūsų prašymą. Gal tai tiesiog per sudėtinga, arba reikalauja per daug darbo.
Šiame forume galite siūlyti idėjas ar prašyti jums reikalingų pluginų. Jei kas nors pradės jį kurti, tai pasirašys Jūsų sukurtoje temoje. Niekada nepykite, jei niekas neatsako į Jūsų prašymą. Gal tai tiesiog per sudėtinga, arba reikalauja per daug darbo.
Steam free vip
Sveiki reikia plugino, kad STEAM kaip prisijungia gautu nemokama vip automatiskai kaip Ƹ̵̡Ӝ̵̨̄Ʒ_MEGAKILL_EU___Public_Serveris[SteamFreeVips] serveri Gal zinote iskur toki gauti ?
- v1rus
- Gana aktyvus vartotojas
- Posts: 242
- Joined: 2012 Jul 19 14:00
- Skype: v1rusjkee
- Location: Cloppenburg
- Contact:
Re: Steam free vip
Visai neblogai ir man toks butu plugin.
CS.PRIEALAUS.LT užsidarėm
GAMEBANANA.LT užsidarėm
CounterLAND.LT užsidarėm
HLTV.LT užsidarėm
MIXMAKER
Jau atvyksta..
GAMEBANANA.LT užsidarėm
CounterLAND.LT užsidarėm
HLTV.LT užsidarėm
MIXMAKER
Jau atvyksta..
- laimiukas3
- Moderatorius
- Posts: 4569
- Joined: 2012 Aug 03 01:12
- Skype: laimiukas3
- Location: Vilnius
- Contact:
Re: Steam free vip
http://cs-amba.ru/news/plagin_bonusy_za ... 06-16-1534
pilna tokiu ir panasiu pluginu
https://www.google.lt/search?q=%D0%91%D ... 3&dpr=1.25
arba gali savo vip plugine su
pasidaryt lengvai
pilna tokiu ir panasiu pluginu
https://www.google.lt/search?q=%D0%91%D ... 3&dpr=1.25
arba gali savo vip plugine su
Code: Select all
stock is_user_steam( id ){ static dp_pointer; if( dp_pointer || ( dp_pointer = get_cvar_pointer( "dp_r_id_provider" ) ) ) { server_cmd( "dp_clientinfo %d", id ); server_exec(); return ( get_pcvar_num( dp_pointer ) == 2 ) ? 1 : 0; } return 0;}
Re: Steam free vip
Lengviausias variantas -->
Code: Select all
#include <amxmodx> #define PLUGIN "Auto VIP [STEAM]"#define VERSION "1.0"#define AUTHOR "ArtHa" new bool:steam[33];new const PREFIX[] = "^1[^4.::VIP::.^1]"; public plugin_init() { register_plugin( PLUGIN, VERSION, AUTHOR )} public client_putinserver( id ){ set_task( 10.0, "check_access", id )} public check_access( id ){ steam[ id ] = ( is_user_steam( id ) ) if( is_user_connected( id ) && get_user_flags( id ) & ADMIN_USER ) { if( steam[ id ] ) { ChatColor( id, "%s^3 Sveiki, jums buvo suteiktos^4 VIP^3 privilegijos, nes esate legalus zaidejas!", PREFIX ) remove_user_flags( id, read_flags( "z" ) ) set_user_flags( id, read_flags( "bit" ) ) // VIP FLAGUS KEISTI CIA } }} stock bool:is_user_steam( id ){ static dp_pointer; if (dp_pointer || (dp_pointer = get_cvar_pointer("dp_r_id_provider"))) { server_cmd("dp_clientinfo %d", id); server_exec(); return (get_pcvar_num(dp_pointer) == 2) ? true : false; } return false;} stock ChatColor(const id, const input[], any:...){ new count = 1, players[32] static msg[192] vformat(msg, 191, input, 3) replace_all(msg, 191, "!g", "^4") // Green Color replace_all(msg, 191, "!y", "^1") // Default Color replace_all(msg, 191, "!t", "^3") // Team Color if (id) players[0] = id; else get_players(players, count, "ch") { for (new i = 0; i < count; i++) { if (is_user_connected(players[i])) { message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i]) write_byte(players[i]); write_string(msg); message_end(); } } }}
- v1rus
- Gana aktyvus vartotojas
- Posts: 242
- Joined: 2012 Jul 19 14:00
- Skype: v1rusjkee
- Location: Cloppenburg
- Contact:
Re: Steam free vip
Dekuj. Va to ir reikejo.ArtHa123 wrote:Lengviausias variantas -->
Code: Select all
#include <amxmodx> #define PLUGIN "Auto VIP [STEAM]"#define VERSION "1.0"#define AUTHOR "ArtHa" new bool:steam[33];new const PREFIX[] = "^1[^4.::VIP::.^1]"; public plugin_init() { register_plugin( PLUGIN, VERSION, AUTHOR )} public client_putinserver( id ){ set_task( 10.0, "check_access", id )} public check_access( id ){ steam[ id ] = ( is_user_steam( id ) ) if( is_user_connected( id ) && get_user_flags( id ) & ADMIN_USER ) { if( steam[ id ] ) { ChatColor( id, "%s^3 Sveiki, jums buvo suteiktos^4 VIP^3 privilegijos, nes esate legalus zaidejas!", PREFIX ) remove_user_flags( id, read_flags( "z" ) ) set_user_flags( id, read_flags( "bit" ) ) // VIP FLAGUS KEISTI CIA } }} stock bool:is_user_steam( id ){ static dp_pointer; if (dp_pointer || (dp_pointer = get_cvar_pointer("dp_r_id_provider"))) { server_cmd("dp_clientinfo %d", id); server_exec(); return (get_pcvar_num(dp_pointer) == 2) ? true : false; } return false;} stock ChatColor(const id, const input[], any:...){ new count = 1, players[32] static msg[192] vformat(msg, 191, input, 3) replace_all(msg, 191, "!g", "^4") // Green Color replace_all(msg, 191, "!y", "^1") // Default Color replace_all(msg, 191, "!t", "^3") // Team Color if (id) players[0] = id; else get_players(players, count, "ch") { for (new i = 0; i < count; i++) { if (is_user_connected(players[i])) { message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i]) write_byte(players[i]); write_string(msg); message_end(); } } }}
CS.PRIEALAUS.LT užsidarėm
GAMEBANANA.LT užsidarėm
CounterLAND.LT užsidarėm
HLTV.LT užsidarėm
MIXMAKER
Jau atvyksta..
GAMEBANANA.LT užsidarėm
CounterLAND.LT užsidarėm
HLTV.LT užsidarėm
MIXMAKER
Jau atvyksta..
- laimiukas3
- Moderatorius
- Posts: 4569
- Joined: 2012 Aug 03 01:12
- Skype: laimiukas3
- Location: Vilnius
- Contact:
Re: Steam free vip
Tai kodėl nepadarei lengvai, negi buvo chatcolor stocką įdėti ir kelias eilutes, būtum savo new plug turėjaslaimiukas3 wrote:http://cs-amba.ru/news/plagin_bonusy_za ... 06-16-1534
pilna tokiu ir panasiu pluginu
https://www.google.lt/search?q=%D0%91%D ... 3&dpr=1.25
arba gali savo vip plugine supasidaryt lengvaiCode: Select all
stock is_user_steam( id ){ static dp_pointer; if( dp_pointer || ( dp_pointer = get_cvar_pointer( "dp_r_id_provider" ) ) ) { server_cmd( "dp_clientinfo %d", id ); server_exec(); return ( get_pcvar_num( dp_pointer ) == 2 ) ? 1 : 0; } return 0;}

- laimiukas3
- Moderatorius
- Posts: 4569
- Joined: 2012 Aug 03 01:12
- Skype: laimiukas3
- Location: Vilnius
- Contact:
Re: Steam free vip
as turejau omenyje ne atskira plugina o vip plugino perdaryma lengvai
o pluginu as nekuriu nes nemoku
o pluginu as nekuriu nes nemoku
Re: Steam free vip
http://amxmodx.lt/viewtopic.php?f=12&t=6612laimiukas3 wrote:ArtHa123 > Naujai pateikti pluginai
nes neblogas pluginas
Pateikiau daug patogesne ir geresne versiją.
Who is online
Users browsing this forum: No registered users and 5 guests