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

Newest release


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mike_BoG
SourceMod Donor
Join Date: Jul 2011
Old 12-26-2011 , 17:06   Newest release
Reply With Quote #1

Hi guys,

Can someone give me a link to the newest release of SMAC? I'd like to stay updated

Thanks,
Mike
Mike_BoG is offline
TwOzCaR
Senior Member
Join Date: Jul 2010
Old 12-26-2011 , 17:14   Re: Newest release
Reply With Quote #2

Quote:
Originally Posted by Mike_BoG View Post
Hi guys,

Can someone give me a link to the newest release of SMAC? I'd like to stay updated

Thanks,
Mike
http://hg.nicholashastings.com/smac/archive/tip.zip <- get it here but then u need to compile all of the wanted plugins together with the needed extentions

Compiling:
To compile SMAC and all of its modules, you will need these dependencies in your scripting/includes directory:
__________________

kindly regards SMAC Team. TwOzCaR
TwOzCaR is offline
Mike_BoG
SourceMod Donor
Join Date: Jul 2011
Old 12-26-2011 , 17:16   Re: Newest release
Reply With Quote #3

Thanks. By the way, anyone know of some plugin which kicks/bans players changing names too fast? It's inpossible to kick those faggots who have name-changers with aimbots and all that sutff.
Mike_BoG is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 12-26-2011 , 19:58   Re: Newest release
Reply With Quote #4

I think smac has that... if not, there is a name change punisher plugin

Last edited by TnTSCS; 12-26-2011 at 19:58.
TnTSCS is offline
TwOzCaR
Senior Member
Join Date: Jul 2010
Old 12-27-2011 , 09:55   Re: Newest release
Reply With Quote #5

Quote:
Originally Posted by TnTSCS View Post
I think smac has that... if not, there is a name change punisher plugin
yes it has
make sure to run the
smac_client.smx aswell

____________________
public Event_PlayerChangeName(Handle:event, const String:name[], bool:dontBroadcast)
{
new userid = GetEventInt(event, "userid");
new client = GetClientOfUserId(userid);

if (IS_CLIENT(client) && IsClientInGame(client) && !IsFakeClient(client))
{
// Expire this detection after 10 seconds.
g_iNameChanges[client]++;
CreateTimer(10.0, Timer_DecreaseCount, userid);

if (g_iNameChanges[client] >= 5)
{
if (SMAC_CheatDetected(client) == Plugin_Continue)
{
SMAC_LogAction(client, "was kicked for name change spam.");
KickClient(client, "%t", "SMAC_CommandSpamKick");
__________________

kindly regards SMAC Team. TwOzCaR

Last edited by TwOzCaR; 12-27-2011 at 09:58. Reason: smac_client.smx
TwOzCaR is offline
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 03:39.


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