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

Solved Searching a plugin for auto vip system


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Carbonzxc
Member
Join Date: Sep 2015
Old 12-05-2016 , 05:04   Searching a plugin for auto vip system
Reply With Quote #1

Hello,

Im searching a plugin for auto vip players, like at each round server will choose someone randomly and give him vip flags (bist at my server). And after that round that vip flags will be deleted from him and another one will become vip again; im found that plugin for it but its not possible to force everyone for vote vip...


http://zombie-mod.ru/counter-strike/...ip-sistem.html

Last edited by Carbonzxc; 08-05-2021 at 14:39.
Carbonzxc is offline
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 12-05-2016 , 07:27   Re: Searching a plugin for auto vip system
Reply With Quote #2

This is scripting help so we can just help you with code not make for you, it is ok?

Code:
new Players[32], Num; get_players( Players, Num, "a" ); // This should be Global // new gflags = read_flags("abcdefghijklmnopqrstu") // // We make a loop on Players[] array from 0 to Random NUM. for( new i = 0; i < random (Num); i++ ) {     g_HasBeenChoosed[ Players[i] ] = true;     set_user_flags( Players[i], gflags ); }

At round start search again with get_payers() the players wich have g_HasBeechoosed with TRUE , remove his flag and set the boolean to false.
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor
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 02:37.


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