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

Magic Marker - 04/28/08


Post New Thread Reply   
 
Thread Tools Display Modes
3sky
Junior Member
Join Date: Apr 2007
Old 06-15-2007 , 10:57   Re: Magic Marker
Reply With Quote #11

how can i change to left mouse button to draw ?
3sky is offline
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 06-15-2007 , 11:02   Re: Magic Marker
Reply With Quote #12

here
Code:
if(pev(id, pev_button) & IN_ATTACK2)
to
Code:
if(pev(id, pev_button) & IN_ATTACK)
__________________
Still...lovin' . Connor noob! Hello
Alka is offline
Styles
Veteran Member
Join Date: Jul 2004
Location: California
Old 06-15-2007 , 13:40   Re: Magic Marker
Reply With Quote #13

Very nice work amazing!
Styles is offline
Send a message via AIM to Styles
kmal2t
BANNED
Join Date: Apr 2006
Old 06-15-2007 , 16:07   Re: Magic Marker
Reply With Quote #14

Very rarely is a cool and original plugin made and this looks pretty awsome. I'm gonna have to try this when I get home.

Oh and to make it better maybe remove the attack animation so you have steady drawing hands that aren't distracting.
kmal2t is offline
Deviance
Veteran Member
Join Date: Nov 2004
Location: Sweden
Old 06-15-2007 , 17:12   Re: Magic Marker
Reply With Quote #15

lol this is cool
Good job!
Deviance is offline
Arion
Senior Member
Join Date: Mar 2007
Old 06-16-2007 , 02:35   Re: Magic Marker
Reply With Quote #16

lol lots of fun!

try it on a knife map

rofllll
Arion is offline
Send a message via MSN to Arion
AnHiMiLaToR
Member
Join Date: Mar 2007
Old 06-16-2007 , 05:25   Re: Magic Marker
Reply With Quote #17

Can someone make it so only the admins to be able to use it
AnHiMiLaToR is offline
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 06-16-2007 , 05:39   Re: Magic Marker
Reply With Quote #18

Above this line
Code:
if(prethink_counter[id]++ > 5)
put this
Code:
if(!is_user_admin(id))
return 1;
__________________
Still...lovin' . Connor noob! Hello
Alka is offline
AnHiMiLaToR
Member
Join Date: Mar 2007
Old 06-16-2007 , 05:48   Re: Magic Marker
Reply With Quote #19

The marker paints too small amount of paint, i can't paint nothing

Last edited by AnHiMiLaToR; 06-16-2007 at 05:51.
AnHiMiLaToR is offline
Lisa
Senior Member
Join Date: Jan 2007
Old 06-16-2007 , 10:05   Re: Magic Marker
Reply With Quote #20

I think it's kinda cool, however on a 32 man server with everyones drawing in he air it gets pretty annoying in just a few mins.

Anyway to limit the marker to just walls/objects? And not in the air?
Lisa 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 19:41.


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