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

[L4D2] Chainsaw Refuelling


Post New Thread Reply   
 
Thread Tools Display Modes
Misa
New Member
Join Date: Apr 2010
Old 04-28-2010 , 10:06   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #51

French translation :
PHP Code:
"Phrases"
{
    
"Information"
    
{
        
"en"    "Hint"
        "ru"    "Информация"
        "de"    "Tipp"
        "da"    "Tip"
        "fr"    "Astuce"
    
}
    
"Refuelling"
    
{
        
"en"    "You can refuel dropped or teammates chainsaws, aim for it and press m1 while carrying a gastank"
        "ru"    "Вы можете заправить бензопилу с помощью канистры"
        "de"    "Man kann die Kettensäge mit Benzin nachtanken, mit Tank in der Hand auf Säge zielen und 'Schiessen' drücken"
        "da"    "Du kan genopfylde en motorsav der ligger på jorden eller hvis en på dit hold holder den, sigt mod den og tryk på mouse1 mens du holder en benzindunk"
        "fr"    "Vous pouvez ravitailler la tronçonneuse, visez-la et pressez MOUSE1 quand vous portez le bidon d'essence."
    
}
    
"Full"
    
{
        
"en"    "Chainsaw tank is already full"
        "ru"    "Бензопила уже полностью заправлена"
        "de"    "Kettensäge ist vollgetankt"
        "da"    "Motorsaven er allerede fyldt"
        "fr"    "Le réservoir est déjà plein !"
    
}
    
"Drop"
    
{
        
"en"    "You can drop a chainsaw by pressing the reload button"
        "ru"    "Вы можете выбросить бензопилу, нажав клавишу перезарядки"
        "de"    "Man kann die Kettensäge fallenlassen - drück NACHLADEN"
        "da"    "Du kan smide en motorsav på reload knappen"
        "fr"    "Vous pouvez lâcher la tronçonneuse et appuyant sur la touche pour recharger."
    
}

Misa is offline
voidborn
SourceMod Donor
Join Date: Apr 2009
Old 04-28-2010 , 14:42   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #52

First off, great plugin. Really clever and awesome.

Second off, when I repeatedly drop and pick up a chainsaw really fast, my server crashes. This I feel can be easily exploitable. Is this an error inherent to the game engine or something that needs to be optimized within the plugin?

Keep up the good work!
voidborn is offline
DJ_WEST
Senior Member
Join Date: Jul 2005
Location: Russian Federation
Old 04-29-2010 , 11:39   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #53

voidborn, what version SourceMod you are using?
__________________
DJ_WEST is offline
siangc
Senior Member
Join Date: Mar 2010
Old 05-07-2010 , 05:11   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #54

I'm getting these errors

L 05/06/2010 - 16:08:47: [SM] Displaying call stack trace for plugin "l4d2_chainsaw_refuelling.smx":
L 05/06/2010 - 16:08:47: [SM] [0] Line 345, l4d2_chainsaw_refuelling.sp::OnPlayerRunCmd()
siangc is offline
DJ_WEST
Senior Member
Join Date: Jul 2005
Location: Russian Federation
Old 05-07-2010 , 05:16   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #55

Quote:
I'm getting these errors
It's not full error log. Post another strings.
__________________
DJ_WEST is offline
IronWarrior
Veteran Member
Join Date: Jan 2010
Old 05-07-2010 , 06:00   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #56

This should be approved, it has worked fine on 3 VS's and 2 COOP 10vs10's ever since it got released.
IronWarrior is offline
siangc
Senior Member
Join Date: Mar 2010
Old 05-07-2010 , 06:14   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #57

Quote:
Originally Posted by DJ_WEST View Post
It's not full error log. Post another strings.
sorry, here.

L 05/06/2010 - 16:08:47: SourceMod error session started
L 05/06/2010 - 16:08:47: Info (map "c1m1_hotel") (file "errors_20100506.log")
L 05/06/2010 - 16:08:47: [SM] Native "GetEntProp" reported: Entity -1 (-1) is invalid
L 05/06/2010 - 16:08:47: [SM] Displaying call stack trace for plugin "l4d2_chainsaw_refuelling.smx":
L 05/06/2010 - 16:08:47: [SM] [0] Line 345, l4d2_chainsaw_refuelling.sp::OnPlayerRunCmd()
L 05/06/2010 - 16:20:52: Error log file session closed.
siangc is offline
voidborn
SourceMod Donor
Join Date: Apr 2009
Old 05-12-2010 , 17:45   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #58

Quote:
Originally Posted by DJ_WEST View Post
voidborn, what version SourceMod you are using?
1.4

Does it matter what snapshot?

Also, it is a windows server.
voidborn is offline
ionxp
BANNED
Join Date: Oct 2009
Old 05-15-2010 , 12:34   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #59

yeah same errors as siangc and it even crashed once while i had a chainsaw in my hand when a charger pounded me
Code:
L 05/15/2010 - 17:03:17: Info (map "c6m3_port") (file "errors_20100515.log")
L 05/15/2010 - 17:03:17: [SM] Native "GetEntProp" reported: Entity -1 (-1) is invalid
L 05/15/2010 - 17:03:17: [SM] Displaying call stack trace for plugin "l4d2_chainsaw_refuelling.smx":
L 05/15/2010 - 17:03:17: [SM]   [0]  Line 345, E:\Games\Left 4 Dead 2\left4dead2\addons\sourcemod\scripting\l4d2_chainsaw_refuelling.sp::OnPlayerRunCmd()
also consider fixing the "refuel in hand" mode because the only thing it does is to hit the player with the gas can and yes i have the mode set to 2

Last edited by ionxp; 05-15-2010 at 12:38.
ionxp is offline
lexantis
Senior Member
Join Date: Jun 2009
Location: CZ
Old 07-11-2010 , 15:08   Re: [L4D2] Chainsaw Refuelling
Reply With Quote #60

i cant use the throwing bomb/eating pills script when using this plugin on server, that really sucks, can it be somehow be fixed please?
lexantis is offline
Send a message via ICQ to lexantis
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 05:13.


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