Odonel / globalban-spanish

Automatically exported from code.google.com/p/globalban-spanish
0 stars 0 forks source link

Request add for sourcemod custom flags! #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello! You can add for sourcemod custom flags feature? 

Original issue reported on code.google.com by dagunc...@gmail.com on 20 Feb 2010 at 4:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Now only you could do this by adding custom flags directly to the DataBase.

Specifically need to add a record for each custom flags to the table: 
gban_plugin_flag

Example SQL exec:
INSERT INTO `gban_plugin_flag` (`plugin`,`flag`,`description`) VALUES
('sourcemod','aa','Test Custom Flat aa');

Where should change:
 'aa' for your own flag
 'Test Custom Flat aa' for your own flag description

Maybe you are more comfortable and easier to use a graphical environment like
phpMyAdmin to edit your GB DataBase.

I will take this suggestion to try to add it soon in globalban.

Original comment by apadro...@gmail.com on 22 Feb 2010 at 2:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thank you again and Thank you for your big work! ;)

Original comment by dagunc...@gmail.com on 23 Feb 2010 at 1:23