Thread: [ANY] Weddings
View Single Post
scorpadorp
SourceMod Donor
Join Date: May 2012
Location: NC
Old 07-28-2013 , 23:18   Re: Weddings
#10

Very neat idea. The players already love the plugin.

1 bug:
The Replay bot shows up in the menu. Try detecting it and removing it. This can help detect it:
Code:
stock bool:IsReplayBot(client) {
	decl S];
	GetClientName(client, name, sizeof(name));
	return IsFakeClient(client) && StrContains(name, "Replay", false) > -1;	
}
Also, a suggestion, try adding a divorced list, showing who has been divorced and and how many times per client.
scorpadorp is offline