Raised This Month: $32 Target: $400
 8% 

Smac problems!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jackiedk100
New Member
Join Date: Mar 2014
Old 03-19-2014 , 10:41   Smac problems!
Reply With Quote #1

Hey all here! Can you please help me with my Smac/Sourcemod Anti Cheat!

Everytime a person go into my server there come a message in the console!

Native "VFormat" reported: Language phrase "SMAC_WelcomeMsg" not found

LINE 65 scripting\include\colors.inc::CPrintToChat<>
Line 166, smac.sp:Timer_WelcomeMsg<>

And if a person use Wallhack (No kick or something) there come a message in the console!

Native "VFormat" reported: Language phrase "SMAC_EyeTestDetected" not found

And if a person use Aimbot so sometimes the person got ban but sometimes the person not get ban i get a message in the console

Native "VFormat" reported: Language phrase "SMAC_AimbotDetected" not found

And
Line 374, smac_aimbot.sp::Aimbot_Detected<>
Line 374, smac_aimbot.sp::Aimbot_Ana......<>

I use the smac language on Da

PS i have the Smac_EyeTestDetected and Aimbot... in the translations\smac.phrases.txt

"SMAC_EyetestDetected"
{
"da" "{1} er mistænkt for at snyde med deres syn."
}

"SMAC_WelcomeMsg"
{
"da" "Denne server er beskyttet af SourceMod Anti-Cheat."
}


"SMAC_AimbotDetected"
{
"da" "{1} er mistænkt for at bruge aimbot. (Detection #{2} | Afvigelse: {3}° | Våben: {4})"
}

PS AGAIN!! If someone use the hack i cant see some message in the chat.

Can someone please HELP ME!! I REALY NEED IT!!!

Sorry for my bad English......

Last edited by jackiedk100; 03-19-2014 at 10:57.
jackiedk100 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 03-19-2014 , 11:29   Re: Smac problems!
Reply With Quote #2

Did you say this was in translations\smac.phrases.txt or translations\da\smac.phrases.txt?

The main translation file ( translations\smac.phrases.txt ) needs extra data in it for determining the data types of {1}, {2}, etc... which is only present in the English translation file.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 03-19-2014 at 11:33.
Powerlord is offline
jackiedk100
New Member
Join Date: Mar 2014
Old 03-19-2014 , 11:34   Re: Smac problems!
Reply With Quote #3

Quote:
Originally Posted by Powerlord View Post
Did you say this was in translations\smac.phrases.txt or translations\da\smac.phrases.txt?

The main translation file ( translations\smac.phrases.txt ) has extra data in for determining the data types of {1}, {2}, etc... which is only present in the English translation file.


I say translations\smac.phrases.txt. Iknow the main translation file has extra data but i try to take the translastion on EN and the same problem.
jackiedk100 is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 03-19-2014 , 16:35   Re: Smac problems!
Reply With Quote #4

PHP Code:
"Phrases"
{
    
"SMAC_Banned"
    
{
        
"da"        "Du er blevet udelukket på grund af brud på reglerne"
    
}
    
    
"SMAC_GlobalBanned"
    
{
        
"da"        "Du er blevet opført i {1} globale Ban Liste. Se {2} for mere information"
    
}
    
    
"SMAC_CommandSpamKick"
    
{
        
"da"        "Du er blevet smidt ud på grund af kommando spam"
    
}
    
    
"SMAC_IllegalDefuse"
    
{
        
"da"        "Du kan ikke demontere bomben gennem vægge."
    
}
    
    
"SMAC_PleaseWait"
    
{
        
"da"        "Vent et minut, før du forsøger at genoprette forbindelsen"
    
}
    
    
"SMAC_FailedToReply"
    
{
        
"da"        "Din klient har ikke reageret på serverens forespørgsel. Venligst log in igen eller genstart dit spil"
    
}
    
    
"SMAC_FailedAuth"
    
{
        
"da"        "Din klient har undladt at godkende i tide. Venligst igen eller genstarte dit spil"
    
}
    
    
"SMAC_Muted"
    
{
        
"da"        "{1} er blevet dæmpet af SourceMod Anti-Cheat."
    
}
    
    
"SMAC_CvarViolation"
    
{
        
"da"        "{1} gav ringe værdi {2}."
    
}
    
    
"SMAC_ChangeName"
    
{
        
"da"        "Vær venlig at ændre dit navn"
    
}
    
    
"SMAC_CmdBanned"
    
{
        
"da"        "Du er blevet udelukket for brug af misbrug kommandoer"
    
}
    
    
"SMAC_SayBlock"
    
{
        
"da"        "Din besked er blevet blokeret på grund af et ugyldigt tegn."
    
}
    
    
"SMAC_AimbotDetected"
    
{
        
"da"        "{1} er mistænkt for at bruge aimbot. (Detection #{2} | Afvigelse: {3}° | Våben: {4})"
    
}
    
    
"SMAC_AutoTriggerDetected"
    
{
        
"da"        "{1} er mistænkt for at auto-trigger cheat: {2}"
    
}
    
    
"SMAC_SpinhackDetected"
    
{
        
"da"        "{1} er mistænkt for at bruge spinhack."
    
}
    
    
"SMAC_SpeedhackDetected"
    
{
        
"da"        "{1} er mistænkt for at bruge speedhack."
    
}
    
    
"SMAC_EyetestDetected"
    
{
        
"da"        "{1} er mistænkt for at snyde med deres syn."
    
}
    
    
"SMAC_WelcomeMsg"
    
{
        
"da"        "Denne server er beskyttet af SourceMod Anti-Cheat."
    
}

Is that the one you have ?
checkster is offline
jackiedk100
New Member
Join Date: Mar 2014
Old 03-19-2014 , 16:43   Re: Smac problems!
Reply With Quote #5

Quote:
Originally Posted by checkster View Post
PHP Code:
"Phrases"
{
    
"SMAC_Banned"
    
{
        
"da"        "Du er blevet udelukket på grund af brud på reglerne"
    
}
    
    
"SMAC_GlobalBanned"
    
{
        
"da"        "Du er blevet opført i {1} globale Ban Liste. Se {2} for mere information"
    
}
    
    
"SMAC_CommandSpamKick"
    
{
        
"da"        "Du er blevet smidt ud på grund af kommando spam"
    
}
    
    
"SMAC_IllegalDefuse"
    
{
        
"da"        "Du kan ikke demontere bomben gennem vægge."
    
}
    
    
"SMAC_PleaseWait"
    
{
        
"da"        "Vent et minut, før du forsøger at genoprette forbindelsen"
    
}
    
    
"SMAC_FailedToReply"
    
{
        
"da"        "Din klient har ikke reageret på serverens forespørgsel. Venligst log in igen eller genstart dit spil"
    
}
    
    
"SMAC_FailedAuth"
    
{
        
"da"        "Din klient har undladt at godkende i tide. Venligst igen eller genstarte dit spil"
    
}
    
    
"SMAC_Muted"
    
{
        
"da"        "{1} er blevet dæmpet af SourceMod Anti-Cheat."
    
}
    
    
"SMAC_CvarViolation"
    
{
        
"da"        "{1} gav ringe værdi {2}."
    
}
    
    
"SMAC_ChangeName"
    
{
        
"da"        "Vær venlig at ændre dit navn"
    
}
    
    
"SMAC_CmdBanned"
    
{
        
"da"        "Du er blevet udelukket for brug af misbrug kommandoer"
    
}
    
    
"SMAC_SayBlock"
    
{
        
"da"        "Din besked er blevet blokeret på grund af et ugyldigt tegn."
    
}
    
    
"SMAC_AimbotDetected"
    
{
        
"da"        "{1} er mistænkt for at bruge aimbot. (Detection #{2} | Afvigelse: {3}° | Våben: {4})"
    
}
    
    
"SMAC_AutoTriggerDetected"
    
{
        
"da"        "{1} er mistænkt for at auto-trigger cheat: {2}"
    
}
    
    
"SMAC_SpinhackDetected"
    
{
        
"da"        "{1} er mistænkt for at bruge spinhack."
    
}
    
    
"SMAC_SpeedhackDetected"
    
{
        
"da"        "{1} er mistænkt for at bruge speedhack."
    
}
    
    
"SMAC_EyetestDetected"
    
{
        
"da"        "{1} er mistænkt for at snyde med deres syn."
    
}
    
    
"SMAC_WelcomeMsg"
    
{
        
"da"        "Denne server er beskyttet af SourceMod Anti-Cheat."
    
}

Is that the one you have ?


Yes you whrite the code i use
jackiedk100 is offline
tmreaver
Junior Member
Join Date: May 2012
Location: London.UK
Old 03-22-2014 , 07:42   Re: Smac problems!
Reply With Quote #6

Sounds to me that you have either no scipting files in your sourcemod folder? or you have uploaded your files to the wrong Directory?

Make sure you have download all the files from the smac website (sorry cannot give you the download link here as smac will not allow me to)

Upload and unzip this file to your /left4dead2/addons/sourcemod/ Directory if you have done this correctly? then when you start your game a welcome message will appear stating that this server is protected by source mod anti-cheat.

Last edited by tmreaver; 03-22-2014 at 21:59. Reason: link
tmreaver is offline
joac1144
Senior Member
Join Date: Dec 2012
Location: Copenhagen, Denmark
Old 03-23-2014 , 07:51   Re: Smac problems!
Reply With Quote #7

Jackiedk100, prøv at geninstallere SMAC og opdatér Sourcemod.
Hvis den stadig skriver det, har du muligvis installeret det forkert.


Jackiedk100, try to reinstall SMAC and update Sourcemod.
If it still does that, you possibly have installed it wrong.
__________________

Last edited by joac1144; 03-23-2014 at 07:52.
joac1144 is offline
Reply


Thread Tools
Display Modes

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:41.


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