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

[CS:S] FlashProt


Post New Thread Reply   
 
Thread Tools Display Modes
Harley
Member
Join Date: Aug 2006
Old 11-03-2008 , 04:48   Re: [CS:S] FlashProt
Reply With Quote #11

now i have a prob

update to 1.5

in my log now

L 11/03/2008 - 06:06:46: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 11/03/2008 - 06:06:46: [SM] Native "PrintToChat" reported: Language phrase "FP On" not found
L 11/03/2008 - 06:06:46: [SM] Displaying call stack trace for plugin "FlashProt.smx":
L 11/03/2008 - 06:06:46: [SM] [0] Line 132, D:\servercoding\flashprot\cstrike\addons\sour cemod\scripting\FlashProt15.sp::OnClientPutIn Server()
__________________
Harley is offline
exvel
SourceMod Donor
Join Date: Jun 2006
Location: Russia
Old 11-10-2008 , 12:04   Re: [CS:S] FlashProt
Reply With Quote #12

Please, add chat message something like "Player XXXX flashed X teammates" (for all) and "You were flashed by XXXX" (without ability to punish), and "Player died because of teamflash by player XXXX" (sorry for my english). On my server I am runnig ES addon with simply shows who flashed and do not punish and I want the same for SM.
__________________
For admins: My plugins

For developers: Colors library
exvel is offline
Send a message via ICQ to exvel
squeeek
Junior Member
Join Date: Mar 2005
Location: Hungary - Budapest
Old 11-10-2008 , 17:27   Re: [CS:S] FlashProt
Reply With Quote #13

Quote:
Originally Posted by exvel View Post
Please, add chat message something like "Player XXXX flashed X teammates" (for all) and "You were flashed by XXXX" (without ability to punish), and "Player died because of teamflash by player XXXX" (sorry for my english). On my server I am runnig ES addon with simply shows who flashed and do not punish and I want the same for SM.
Maybe the description isnt clear enough, but its already included! =P
Just set flasprot_punishment to 0
squeeek is offline
Send a message via MSN to squeeek
exvel
SourceMod Donor
Join Date: Jun 2006
Location: Russia
Old 11-15-2008 , 16:23   Re: [CS:S] FlashProt
Reply With Quote #14

Yeap, I know that. What about phrase "Player XXXX flashed X teammates"?
__________________
For admins: My plugins

For developers: Colors library
exvel is offline
Send a message via ICQ to exvel
foenetik
Junior Member
Join Date: Nov 2008
Old 11-25-2008 , 21:30   Re: [CS:S] FlashProt
Reply With Quote #15

Hello,

I used v.1.5, but it don´t works for me...


Quote:
L 11/26/2008 - 03:040: SourceMod error session started
L 11/26/2008 - 03:040: Info (map "de_dust2") (file "errors_20081126.log")
L 11/26/2008 - 03:040: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 11/26/2008 - 03:040: [SM] Native "PrintToChat" reported: Language phrase "FP On" not found
L 11/26/2008 - 03:040: [SM] Displaying call stack trace for plugin "FlashProt.smx":
L 11/26/2008 - 03:040: [SM] [0] Line 132, D:\servercoding\flashprot\cstrike\addons\sour cemod\scripting\FlashProt15.sp::OnClientPutIn Server()
can you help?

thx foen
__________________
foenetik is offline
foenetik
Junior Member
Join Date: Nov 2008
Old 12-10-2008 , 07:12   Re: [CS:S] FlashProt
Reply With Quote #16

PUSH... 4 SUPPORT....

can anyone help??

v1.5 dont work,,

someone have v1.4 ?? pls upload this version for me,,

sorry for my bad English...


thx
__________________
foenetik is offline
Lebson506th
Veteran Member
Join Date: Jul 2008
Old 12-10-2008 , 08:09   Re: [CS:S] FlashProt
Reply With Quote #17

It's because you didn't install the translations correctly.
__________________
My Plugins
Spray Tracer by Nican, maintained by me
Simple TK Manager
DoD:S Admin Weapons

Links
Resistance and Liberation (A HL2 Multiplayer Modification)
Lebson506th is offline
squeeek
Junior Member
Join Date: Mar 2005
Location: Hungary - Budapest
Old 12-10-2008 , 11:12   Re: [CS:S] FlashProt
Reply With Quote #18

Quote:
Originally Posted by Lebson506th View Post
It's because you didn't install the translations correctly.
No, he was right version 1.5 have had bugs in it... sorry about that.
Hopefully everything works fine with 1.6!
squeeek is offline
Send a message via MSN to squeeek
nOzE
Member
Join Date: Jul 2008
Old 02-17-2009 , 06:06   Re: [CS:S] FlashProt
Reply With Quote #19

Added German translations!

Code:
"Phrases"
{
    "FP Running"
    {
        "en"        "Watch your flashes! Server is running protection against team-flashes"
        "hu"        "Figyelj kit flashelsz! A szerveren védelem fut a csapat-flashelések ellen"
        "de"        "Achte auf deine flashes! Der Server ist gegen TF geschuetzt!"
    }
    "FP Flashed V"
    {
        "#format"    "{1:s}"
        "en"        "You have been team-flashed by {1}!"
        "hu"        "{1} beflashelt!"
        "de"        "Du wurdest von {1} geflasht!"
    }
    "FP Flashed A"
    {
        "#format"    "{1:s}"
        "en"        "{1} flashed his teammate"
        "hu"        "{1} beflashelte az egyik csapattársát"
        "de"        "{1} ist ein Teamflasher!"
    }
    "FP Punished"
    {
        "en"        "You have been punished for team-flash violations"
        "hu"        "A csapattársaid flashelése miatt lettél megbüntetve
        "de"        "Du wurdest fuer Teamflashen bestraft!"
    }
    "FP Kicked"
    {
        "en"        "You have been kicked because of team-flash violations"
        "hu"        "A csapattársaid flashelése miatt lettél kirúgva"
        "de"        "Du wurdest wegen Teamflashverstoesse gekickt!"
    }
    "FP Kicked All"
    {
        "#format"    "{1:s}"
        "en"        "{1} was kicked because of team-flash violations"
        "hu"        "Csapattársak flashelése miatt {1} ki lett rúgva"
        "de"        "{1} wurde wegen Teamflashen gekickt!"
    }
    "FP Watch Short"
    {
        "en"        "Watch your flashes!"
        "hu"        "Figyelj kit flashelsz!"
        "de"        "NICHT TEAMFLASHEN!"
    }
    "FP Watch"
    {
        "#format"    "{1:d}"
        "en"        "Watch your flashes! {1} more team-flashes and you will be punished!"
        "hu"        "Figyelj kit flashelsz! Még {1} csapattárs-flashelés es meg leszel büntetve!"
        "de"        "Achte auf die Flashes! Noch {1} TF und du wirst bestraft!"
    }
    "FP Forgive"
    {
        "#format"    "{1:s}"
        "en"        "{1} has forgiven you"
        "hu"        "{1} megbocsájtott"
        "de"        "{1} hat dir vergeben!"
    }
    "FP Menu Died"
    {
        "#format"    "{1:s}"
        "en"        "You probably died because {1} has flashed you. Please choose from the list below"
        "hu"        "Valószínűleg azért haltál meg mert {1} beflashelt. Válassz az alábbi listából"
        "de"        "Du bist wegen der flash von {1} gestorben! Suche dir eine Strafe aus!
    }
    "FP On"
    {
        "en"        "FlashProt is now turned on"
        "hu"        "FlashProt be lett kapcsolva"
        "de"        "FlashProt ist angeschaltet"
    }
    "FP Off"
    {
        "en"        "FlashProt is now off"
        "hu"        "FlashProt ki lett kapcsolva"
        "de"        "FlashProt ist ausgeschaltet"
    }
    "FP Punishment Off"
    {
        "en"        "Auto punishment: Off"
        "hu"        "Automatikus büntetés: Kikapcsolva"
        "de"        "Automatische Bestrafung ist: AUS"
    }
    "FP Punishment Slap"
    {
        "en"        "Auto punishment: Slap"
        "hu"        "Automatikus büntetés: Slap"
        "de"        "Automatische Bestrafung: Slap"
    }
    "FP Punishment Slay"
    {
        "en"        "Auto punishment: Slay"
        "hu"        "Automatikus büntetés: Slay"
        "de"        "Automatische Bestrafung: Slay"
    }
    "FP Punishment Kick"
    {
        "en"        "Auto punishment: Kick"
        "hu"        "Automatikus büntetés: Kick"
        "de"        "Automatische Bestrafung: Kick"
    }
}
__________________
nOzE is offline
squeeek
Junior Member
Join Date: Mar 2005
Location: Hungary - Budapest
Old 02-21-2009 , 07:48   Re: [CS:S] FlashProt
Reply With Quote #20

Thanks for the translation nOzE =]
Files now also include the german translation!
squeeek is offline
Send a message via MSN to squeeek
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 23:21.


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