AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Advanced Glow v. 0.0.1 (SQL) (https://forums.alliedmods.net/showthread.php?t=185002)

bazhenov93 05-11-2012 15:12

Advanced Glow v. 0.0.1 (SQL)
 
2 Attachment(s)
--> Advanced Glow
v.0.0.1 { current sql }

-> Description
Quote:

This is an advanced glow plugin, that add permanent glow to players.
After chosing your glow colour in menu, this will save into SQl!
Every time you/player join your server, the glow is automatically enabled (with last saved glow colour).

-> CVars

Quote:

// Config for SQL

ag_sql_host "" // Hostname/IP
ag_sql_user "" // SQL username
ag_sql_pass "" // SQL password
ag_sql_db "" // DB

// Acces to glow menu
// 1- Only for ADMIN(s)
// 2 - All players have access

ag_access "1"

// Hud messages (Player name is now glowing red!/green,etc..)
// If your CVar ag_access is "2", I recomend disable hud messages!
// 0 - disabled
// 1 - enabled

ag_hudmsgs "1"

-> To do

nVault
PHP (Admins/players can choose their glow colour from your website)
Glow colours in menu from .ini file
+Any suggestions?

bazhenov93 05-11-2012 15:13

Re: Advanced Glow (SQL)
 
Reserved slot.

GuTo 05-12-2012 01:22

Re: Advanced Glow (SQL)
 
niceee plugin thanks man

bazhenov93 05-12-2012 12:37

Re: Advanced Glow (SQL)
 
Quote:

Originally Posted by GuTo (Post 1707176)
niceee plugin thanks man

YW.

luki1412 05-12-2012 12:50

Re: Advanced Glow (SQL)
 
Glow of what is enabled and for how long? What table in db it will create? Description could be better...

bazhenov93 05-12-2012 13:00

Re: Advanced Glow (SQL)
 
Quote:

Originally Posted by luki1412 (Post 1707457)
Glow of what is enabled and for how long? What table in db it will create? Description could be better...

No matter what DB, you need go to your SQL and create a new DB, for example "dbglow", affter that you need write "dbglow" in config.cfg So the result: ag_sql_db "dbglow"
The glow is always enabled, if you turn it off, the glow is disabled.
I will add some screenshots when I come back to my home.

luki1412 05-12-2012 13:17

Re: Advanced Glow (SQL)
 
yeah it will use db name I write there, but it needs to create/use table ! You dont have any command/cvar for that. It just autocreates table advanced_glow! You should mention that... Description should be changed so people will know about what exactly is this plugin:
For ex. "This plugin can add permanent glow on players..."
Also you dont have support for glow thickness menu... so no one can choose how thick glow will be... even admins...

bazhenov93 05-12-2012 14:13

Re: Advanced Glow (SQL)
 
About the table cvar, will be added for the next version. But about thickness menu, what do you mean? Explain better, because the plugin works fine.

kiki33hun 05-12-2012 14:28

Re: Advanced Glow (SQL)
 
Sug: Glow colors in sql database!

Good Job

luki1412 05-12-2012 14:48

Re: Advanced Glow (SQL)
 
Glow amount can be set in set_user_rendering.


All times are GMT -4. The time now is 19:49.

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