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

[ANY] Weddings


Post New Thread Closed Thread   
 
Thread Tools Display Modes
SPYderman
Senior Member
Join Date: Aug 2013
Old 02-14-2015 , 00:03   Re: [ANY] Weddings
#51

My love for bots shall continue to be existent. <3
SPYderman is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 02-14-2015 , 12:10   Re: [ANY] Weddings
#52

Does this still work?
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 02-14-2015 , 20:54   Re: [ANY] Weddings
#53

Quote:
Originally Posted by jpwanabe View Post
Does this still work?
Yes, works fine


I am adding more things for this plugin in this thread for if someone want request anything new
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 02-14-2015 , 21:02   Re: [ANY] Weddings
#54

Quote:
Originally Posted by Franc1sco View Post
Yes, works fine


I am adding more things for this plugin in this thread for if someone want request anything new

you say it works, but it doesn't seem to create the databases correctly when I tried it. anyone trying to send a proposed gets the message checking your marital status or something of that sort. Also your plugin doesn't seem to support TF2 which is where my community is based.
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
hannes96
AlliedModders Donor
Join Date: May 2013
Location: Germany
Old 03-01-2015 , 18:22   Re: [ANY] Weddings
#55

There is a mysql error when it is trying to create the table "weddings_marriages". It works fine with sqlite but not if sm_weddings_database is set to 1.

Here is the query from "sql_queries.sp" that creates the error.
Code:
CREATE TABLE IF NOT EXISTS weddings_marriages (source_name VARCHAR(64), source_id VARCHAR(64) , target_name VARCHAR(64), target_id VARCHAR(64), score UNSIGNED INTEGER, timestamp UNSIGNED INTEGER);
And here is a working query for mysql:
Code:
CREATE TABLE IF NOT EXISTS `weddings_marriages` (
  `source_name` varchar(64) DEFAULT NULL,
  `source_id` varchar(64) NOT NULL DEFAULT '' PRIMARY KEY,
  `target_name` varchar(64) DEFAULT NULL,
  `target_id` varchar(64) NOT NULL DEFAULT '',
  `score` int(11) unsigned DEFAULT NULL,
  `timestamp` int(11) unsigned DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Edit: There is an other false query when you do /proposals. It won't open the proposals menu because of an error.

Last edited by hannes96; 03-13-2015 at 21:04.
hannes96 is offline
fiala06
AlliedModders Donor
Join Date: Mar 2009
Location: Eugene, OR
Old 07-26-2015 , 20:34   Re: [ANY] Weddings
#56

Anyone know how the points are scored?
fiala06 is offline
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 08-06-2015 , 01:03   Re: Weddings
#57

Quote:
Originally Posted by Franc1sco View Post
Fixed
The "weddings_skills" add-on won't compile for me (on the server where "weddings" is already installed and running):
Code:
weddings_skills.sp(54) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
weddings_skills.sp(55) : error 017: undefined symbol "IsClientMarried"
weddings_skills.sp(57) : error 035: argument type mismatch (argument 1)
weddings_skills.sp(61) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
weddings_skills.sp(99) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
weddings_skills.sp(100) : error 017: undefined symbol "IsClientMarried"
weddings_skills.sp(102) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use etClientAuthId
weddings_skills.sp(103) : error 017: undefined symbol "IsClientMarried"
weddings_skills.sp(105) : error 035: argument type mismatch (argument 1)
weddings_skills.sp(136) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use etClientAuthId
weddings_skills.sp(137) : error 017: undefined symbol "IsClientMarried"
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter
Weasel is offline
Dr. O
Junior Member
Join Date: Jul 2013
Location: The House of Dr. O
Old 10-08-2015 , 07:37   Re: [ANY] Weddings
#58

Quote:
Originally Posted by Dr. O View Post
By default, the sourcemod-local database will be used. To use a custom one, e.g. the same among multiple servers, define a "weddings" entry in "sourcemod\configs\databases.cfg" and set sm_weddings_database to 1.
If you use custom databases different form the sourcemod default then ofc I don't guarantee it is working. Different SQL versions have different syntax, this is made for sourcemod default, where it works fine.

Regarding compiling problems, make sure that you have ALL the source code and that you include the .inc file.

Quote:
Originally Posted by jpwanabe View Post
anyone trying to send a proposed gets the message checking your marital status or something of that sort. Also your plugin doesn't seem to support TF2 which is where my community is based.
The message about "checking the marital status" should be intuitive. My plugin uses threaded SQL, so if you get that message it means that your database is not responding. This is not an error in the plugin, in fact the plugin is error safe because it gives you that message when it cannot access your database. So make sure your database is working fine and you establish a correct connetion (if custom).
Also the plugin is purely based on sourcemod, it is mod-independent. You say it does not support tf2, but you dont justify that statement. The plugin is actually running on over 40 tf2 servers where it works fine.

Quote:
Originally Posted by fiala06 View Post
Anyone know how the points are scored?
Points are scored based on kills. The points of both partners add up to their shared score.

Last edited by Dr. O; 10-09-2015 at 05:10.
Dr. O is offline
kaeming
Senior Member
Join Date: Nov 2015
Old 02-07-2016 , 13:26   Re: [ANY] Weddings
#59

Looking for someone who can add custom perks to this, do add me up, ill pay
__________________
Add me up HERE if you have inquiries regarding server related stuff!
CS:GO Multimod & Jailbreak Servers > I am selling my entire ready to play server, add me up on steam to discuss.
kaeming is offline
Dr. O
Junior Member
Join Date: Jul 2013
Location: The House of Dr. O
Old 02-07-2016 , 14:10   Re: [ANY] Weddings
#60

What do you mean by custom perks?
Dr. O is offline
Closed Thread



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 08:22.


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