Raised This Month: $ Target: $400
 0% 

SMAC Development Thread


Post New Thread Closed Thread   
 
Thread Tools Display Modes
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 11-03-2011 , 18:41   Re: SMAC Development thread
#291

I guess the same thing on our server for today - someone go banned for sv_cheats 1

Although the message doesn't read right:
L 11/02/2011 - 23:54:13: [smac_cvars.smx] Bad CVar response: [player_name] (ID: STEAM_0:0xxxxxxx | IP: xxx.xx.xxx.180) has convar "sv_cheats" set to value "1" (should be "0") when it should equal.

Should read something closer to:
L 11/02/2011 - 23:54:13: [smac_cvars.smx] Bad CVar response: [player_name] (ID: STEAM_0:0xxxxxxx | IP: xxx.xx.xxx.180) has convar "sv_cheats" set to value "1" when it should equal "0"
TnTSCS is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 11-04-2011 , 02:42   Re: SMAC Development thread
#292

Quote:
Originally Posted by TnTSCS View Post
Although the message doesn't read right
Those messages come way back from KAC. I've been meaning to clean it up a bit, but now all translated languages say it that way too.
__________________
GoD-Tony is offline
Fearts
ferts of daeth
Join Date: Oct 2008
Old 11-04-2011 , 12:52   Re: SMAC Development thread
#293

To the new anti tigger part it would be cool if you added a whitelist so that on servers which allow autobhop/autogun for admins it wont post messages/ban.
__________________
Fearts is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 11-05-2011 , 03:20   Re: SMAC Development thread
#294

Quote:
Originally Posted by Fearts View Post
To the new anti tigger part it would be cool if you added a whitelist so that on servers which allow autobhop/autogun for admins it wont post messages/ban.
It will be possible to block detections for certain users in the next version.
__________________
GoD-Tony is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 11-05-2011 , 06:31   Re: SMAC Development thread
#295

The usage of the new forward in 0.7.2.7 is simple:
Code:
public Action:SMAC_OnCheatDetected(client, const String:module[]) {     // Ignore players on team 2 that use aimbots.     if (GetClientTeam(client) == 2 && StrEqual(module, "smac_aimbot.smx"))     {         return Plugin_Handled;     }     return Plugin_Continue; }

Quote:
Originally Posted by Fearts View Post
To the new anti tigger part it would be cool if you added a whitelist so that on servers which allow autobhop/autogun for admins it wont post messages/ban.
Code:
public Action:SMAC_OnCheatDetected(client, const String:module[]) {     // Ignore admins that are using a bunnyhop plugin.     if (GetUserFlagBits(client) & ADMFLAG_GENERIC && StrEqual(module, "smac_autotrigger.smx"))     {         return Plugin_Handled;     }     return Plugin_Continue; }
__________________

Last edited by GoD-Tony; 11-13-2011 at 02:03.
GoD-Tony is offline
blue zebra
BANNED
Join Date: Jun 2010
Old 11-06-2011 , 06:36   Re: SMAC Development thread
#296

Hi SMAC Team.
First. Thanks for this awesome work, what the SMAC team do.
Here is the new Hungarian translation for the newer versions (example 0.7.2.7) :
Attached Files
File Type: txt smac.phrases.txt (3.1 KB, 107 views)

Last edited by blue zebra; 11-06-2011 at 06:39.
blue zebra is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 11-06-2011 , 07:57   Re: SMAC Development thread
#297

Quote:
Originally Posted by blue zebra View Post
Here is the new Hungarian translation for the newer versions
Thanks!
__________________
GoD-Tony is offline
danielmyst777
AlliedModders Donor
Join Date: Aug 2010
Location: Virginia
Old 11-08-2011 , 20:00   Re: SMAC Development Thread
#298

What's up with the development website? Everytime I try to connect to it it's down.
__________________
danielmyst777 is offline
GoD-Tony
Veteran Member
Join Date: Jul 2005
Old 11-10-2011 , 04:16   Re: SMAC Development Thread
#299

I added a new translatable phrase, and by default all of the languages were added via Google Translate. If you would like to make corrections then let me know:
Code:
Please wait a minute before attempting to reconnect
http://hg.nicholashastings.com/smac/...4ec3d30e717342
__________________
GoD-Tony is offline
away000
Veteran Member
Join Date: Sep 2010
Old 11-10-2011 , 12:16   Re: SMAC Development Thread
#300

Quote:
Originally Posted by GoD-Tony View Post
I added a new translatable phrase, and by default all of the languages were added via Google Translate. If you would like to make corrections then let me know:
Code:
Please wait a minute before attempting to reconnect
http://hg.nicholashastings.com/smac/...4ec3d30e717342
PT-BR...

"Please wait a minute before attempting to reconnect"

"Por favor aguarde uns minutos antes de tentar reconectar"
__________________

Last edited by away000; 11-10-2011 at 12:17.
away000 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 15:18.


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