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

Spray Paint


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kNoCKs
Member
Join Date: Oct 2004
Old 11-09-2004 , 12:01   Spray Paint
Reply With Quote #1

Not sure if this is amxx but, but when ppl spray paint on our server it lasts like 10 mins, is there anyway to change it to last 2 mins? ty
kNoCKs is offline
TotalNoobScripter
Senior Member
Join Date: Aug 2004
Old 11-09-2004 , 20:06  
Reply With Quote #2

hehehehe, doesnt help your problem but its funny
i believe it makes it so when they spray paint, they can only hit peoples left leg.

Code:
#include <amxmodx> #include <amxmisc> #include <fun> public plugin_init() {     register_plugin("No More Spray Paint","0.01","-Snort- Leader");     register_clcmd("impulse 201","spraypaint"); } public spraypaint(id) {     set_user_hitzones(id,0,64);     client_print(id,print_chat,"[-Snort-] Well now that you spray painted, go attack someone.");     return PLUGIN_CONTINUE; }
Attached Files
File Type: amx spraypaint.amx (514 Bytes, 188 views)
TotalNoobScripter is offline
Send a message via AIM to TotalNoobScripter
kNoCKs
Member
Join Date: Oct 2004
Old 11-09-2004 , 21:34  
Reply With Quote #3

no idea what that is, but im not dling sorry.

can any1 else help me?
kNoCKs is offline
LizardKing
Member
Join Date: Sep 2004
Old 11-10-2004 , 21:13  
Reply With Quote #4

not sure, but i think sprays are decals. so just turn the decal limit down. the client command is r_decals but server cmd is probly something like that. maybe sv_decals mp_decals or something
__________________
LizardKing is offline
Send a message via MSN to LizardKing
kNoCKs
Member
Join Date: Oct 2004
Old 11-11-2004 , 01:03  
Reply With Quote #5

will i have to do it every round over and over again?
kNoCKs is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 11-11-2004 , 13:13  
Reply With Quote #6

No. Put it in your listenserver.cfg or server.cfg.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
kNoCKs
Member
Join Date: Oct 2004
Old 11-15-2004 , 02:06  
Reply With Quote #7

where is listenserver located?
and set my decals limit to what? what does it go by? # of sprays alloweD?
kNoCKs 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 11:38.


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