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

Lie Flat (Nomexous)


Post New Thread Reply   
 
Thread Tools Display Modes
AlexBreems
Member
Join Date: Feb 2008
Old 05-10-2008 , 05:11   Re: Lie Flat (Nomexous)
Reply With Quote #21

Whether it is possible to make too most concerning corpses???
__________________
AlexBreems is offline
Cr@zyTreE
Junior Member
Join Date: Jun 2008
Location: China
Old 06-18-2008 , 02:59   Re: Lie Flat (Nomexous)
Reply With Quote #22

nice,good job..
Cr@zyTreE is offline
X0Left4dead0X
BANNED
Join Date: Jan 2009
Old 01-10-2009 , 16:52   Re: Lie Flat (Nomexous)
Reply With Quote #23

Can you make more stuff like this please
X0Left4dead0X is offline
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 01-10-2009 , 17:14   Re: Lie Flat (Nomexous)
Reply With Quote #24

Shouln't 'armoury_entity' classname be added? I don't know myself, so I'm asking.
__________________
hleV is offline
Emilioneri
Senior Member
Join Date: Feb 2009
Location: Georgia, Tbilisi
Old 02-27-2009 , 10:26   Re: Lie Flat (Nomexous)
Reply With Quote #25

Nice plugin. And can anybody tell me what "Gj" means ??
__________________
Emilioneri is offline
Send a message via Skype™ to Emilioneri
Old 02-27-2009, 10:39
ConnorMcLeod
This message has been deleted by ConnorMcLeod. Reason: It means Good Job.
Antixianos
BANNED
Join Date: Oct 2010
Old 10-28-2010 , 20:46   Re: Lie Flat (Nomexous)
Reply With Quote #26

Has anyone tried this plugin out in CZ? It does not seem to work for me and it might be because I am using CZ, not 1.6.

Edit: Works in CZ.

Last edited by Antixianos; 12-08-2010 at 18:43.
Antixianos is offline
blue-x
Junior Member
Join Date: Jul 2010
Location: Pinas
Old 11-02-2010 , 09:17   Re: Lie Flat (Nomexous)
Reply With Quote #27

cool plugin..
__________________

blue-x is offline
eduardolucioac
Member
Join Date: Jan 2016
Old 01-28-2017 , 07:36   Re: Lie Flat (Nomexous)
Reply With Quote #28

Good one sir! =D
eduardolucioac is offline
Shadowless
Member
Join Date: May 2018
Old 05-22-2023 , 00:19   Re: Lie Flat (Nomexous)
Reply With Quote #29

how add here KEVLAR ?

PHP Code:
public fw_touch(touchedweapon) {
    if (!
pev_valid(weapon)) return FMRES_IGNORED
    
static class[32]
    
pev(weaponpev_classname, class, 31)
    if (
equal(class, "weaponbox") || equal(class, "weapon_shield") || equal(class, "grenade") || equal(class, "item_thighpack")) {
        
lie_flat(weapon)
    }
    return 
FMRES_IGNORED

Shadowless is offline
Send a message via ICQ to Shadowless
bibu
Veteran Member
Join Date: Sep 2010
Old 05-26-2023 , 05:13   Re: Lie Flat (Nomexous)
Reply With Quote #30

Should be:

Quote:
public fw_touch(touched, weapon) {
if (!pev_valid(weapon)) return FMRES_IGNORED
static class[32]
pev(weapon, pev_classname, class, 31)
if (equal(class, "weaponbox") || equal(class, "weapon_shield") || equal(class, "grenade") || equal(class, "item_thighpack") || equal(class, "item_assaultsuit") || equal(class, "item_kevlar")) {
lie_flat(weapon)
}
return FMRES_IGNORED
}
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu 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 06:31.


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