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

[CS:S] Molotov Cocktails


Post New Thread Reply   
 
Thread Tools Display Modes
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-13-2012 , 07:51   Re: [CS:S] Molotov Cocktails v1.1
Reply With Quote #21

Quote:
Originally Posted by homerjsimpson View Post
Worked like a charm

Thank you so much Francisco
Ok so...


New version!


v1.2
-New cvar for teammates
Code:
sm_cssmolotov_ff 0 // Enable/Disable friendly fire
-New cvar for ignite time
Code:
sm_cssmolotov_ignite_time 4.0 // Time in seconds for ignite player (require sm_cssmolotov_ignite enable)
-Small bug fixed



Download in first post
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 10-13-2012 at 07:52.
Franc1sco is offline
Send a message via MSN to Franc1sco
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 10-14-2012 , 00:35   Re: [CS:S] Molotov Cocktails v1.2
Reply With Quote #22

Code:
L 10/14/2012 - 06:30:12: SourceMod error session started
L 10/14/2012 - 06:30:12: Info (map "de_dust2") (file "errors_20121014.log")
L 10/14/2012 - 06:30:12: [SM] Unable to load plugin "molotov.smx": Could not find required plugin "cssthrowingknives"
CSS
Linux
We don't need to use the throwing knives plugin.
Any solution?
Thanks
pubhero is offline
minimoney1
SourceMod Donor
Join Date: Dec 2010
Old 10-14-2012 , 00:44   Re: [CS:S] Molotov Cocktails v1.2
Reply With Quote #23

#tryinclude won't make it so that you can just skip #undef REQUIRE_PLUGINS. It's something that is only used when you compile and doesn't give a fatal error if the include file doesn't exist.
__________________
Need help? PM me or add me on Steam.
My Steam




Quote:
Originally Posted by Rp.KryptoNite View Post
For some reason his Plugin never worked for me ,
@credits were added
im not stealing any plugins dude its my THING
minimoney1 is offline
TheRunningMan
Member
Join Date: Aug 2011
Location: Russia
Old 10-14-2012 , 03:08   Re: [CS:S] Molotov Cocktails v1.2
Reply With Quote #24

Quote:
Originally Posted by pubhero View Post
Code:
L 10/14/2012 - 06:30:12: SourceMod error session started
L 10/14/2012 - 06:30:12: Info (map "de_dust2") (file "errors_20121014.log")
L 10/14/2012 - 06:30:12: [SM] Unable to load plugin "molotov.smx": Could not find required plugin "cssthrowingknives"
CSS
Linux
We don't need to use the throwing knives plugin.
Any solution?
Thanks
I agree
I just want to Molotov, without knives ...

is also required
"[SM] Plugin molotov.smx failed to load: Could not find required plugin" lastrequest "."

Last edited by TheRunningMan; 10-14-2012 at 03:13.
TheRunningMan is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-14-2012 , 10:49   Re: [CS:S] Molotov Cocktails v1.2
Reply With Quote #25

Quote:
Originally Posted by minimoney1 View Post
#tryinclude won't make it so that you can just skip #undef REQUIRE_PLUGINS. It's something that is only used when you compile and doesn't give a fatal error if the include file doesn't exist.

This give me a error in compile

Code:
SourcePawn Compiler 1.3.6
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC

C:\zombiefranug\include\cssthrowingknives.inc(35) : warning 200: symbol "__pl_cs
sthrowingknives_SetNTVOp" is truncated to 31 characters
Header size:           3368 bytes
Code size:             3268 bytes
Data size:             1828 bytes
Stack/heap size:      16384 bytes; Total requirements:   24848 bytes

1 Warning.
for this reason I use #tryinclude



but it was the version of the compiler

Code:
SourcePawn Compiler 1.4.6
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC

Header size:           3372 bytes
Code size:             3268 bytes
Data size:             1828 bytes
Stack/heap size:      16384 bytes; Total requirements:   24852 bytes


So new version!


v1.2.1
-fixed includes

And soon next version..

Download in first post
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-14-2012 , 16:17   Re: [CS:S] Molotov Cocktails v1.2.1
Reply With Quote #26

New Version!

v2.0
-added more cvars and features


New cvars are:

Code:
sm_cssmolotov_msg 1 // Enable/Disable message of number of molotov that you have
sm_cssmolotov_amount 1 // Amount of molotov in spawn (required a flashbang for make a molotov)
sm_cssmolotov_buyzone 0 // 1 players can only buy while in buyzone, 0 players can buy anywhere
sm_cssmolotov_price 0 // Price to buy a molotov, 0 for free

For buy molotov write in chat !buymolotov


Download "version2.0 css molotov plugin by Franc1sco Franug.zip" in first post
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
dbs1989
Member
Join Date: Dec 2010
Location: Denmark
Old 10-17-2012 , 14:54   Re: [CS:S] Molotov Cocktails
Reply With Quote #27

Quote:
Originally Posted by Groger View Post
Make an option to add it for donaters only. So a cvar where we can set flags.

<3 thanks!


That would be nice if he can make that!
__________________
dbs1989 is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-17-2012 , 15:10   Re: [CS:S] Molotov Cocktails
Reply With Quote #28

Quote:
Originally Posted by dbs1989 View Post


That would be nice if he can make that!
Ok, next version soon.. (with more cvars and features)
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 10-17-2012 , 15:47   Re: [CS:S] Molotov Cocktails
Reply With Quote #29

Quote:
Originally Posted by Franc1sco View Post
Ok, next version soon.. (with more cvars and features)
Beta version


New cvars are:
Code:
sm_cssmolotov_attacker 1 // Enable/Disable damage from the owner of the molotov, 0 = suicide victim
sm_cssmolotov_size 220 // Dimension of the fire
sm_cssmolotov_health 5 // time in seconds of fire by molotov
sm_cssmolotov_access 0 // Admin flag required to use molotov or the \"molotov_access\" override can access. 0 = public access. Can use a b c ....

Try this and tell me if work well, please


EDIT:

Correct version uploaded, then download now
Attached Files
File Type: zip version2.1 css molotov plugin by Franc1sco Franug.zip (11.2 KB, 221 views)
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 10-17-2012 at 16:05.
Franc1sco is offline
Send a message via MSN to Franc1sco
TheRunningMan
Member
Join Date: Aug 2011
Location: Russia
Old 10-19-2012 , 05:14   Re: [CS:S] Molotov Cocktails v1.2
Reply With Quote #30

Quote:
Originally Posted by TheRunningMan View Post
I agree
I just want to Molotov, without knives ...

is also required
"[SM] Plugin molotov.smx failed to load: Could not find required plugin" lastrequest "."

Does not work without the plugin "lastrequest"
The solution?!
TheRunningMan 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 21:18.


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