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

Anti Camper's Radar


Post New Thread Reply   
 
Thread Tools Display Modes
mplayerexe
Senior Member
Join Date: Dec 2008
Old 06-12-2009 , 15:42   Re: Anti Camper's Radar
Reply With Quote #21

aham..
I will use bad camper instead
__________________
mplayerexe is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 06-12-2009 , 15:52   Re: Anti Camper's Radar
Reply With Quote #22

Quote:
Originally Posted by mplayerexe View Post
i don`t understand this plugin slap ths campers ? i put it on my server and it does nothing to player`s who are camping ..
This plugin gives kisses in the cheeks of campers
__________________

Last edited by joaquimandrade; 06-12-2009 at 15:56.
joaquimandrade is offline
CuLLi
BANNED
Join Date: Apr 2009
Location: Romania (piratebay) C
Old 06-13-2009 , 04:50   Re: Anti Camper's Radar
Reply With Quote #23

big big big big request: can you made to show HP in that way at left side?
CuLLi is offline
bbthoms
Member
Join Date: Dec 2007
Old 06-13-2009 , 11:00   Re: Anti Camper's Radar
Reply With Quote #24

first of all i ve to say you have build a very useful and great plugin

but i ve one question:

its possible to change the color of the campers point on the radar? i ask because the most people think there are 2 bombs ^^... plz be so kind to explain me how i can change the color

besides you could install a text or something like that, which say for example "now you are visible on the enemys radar"???

i hope you will help me...

greetz
bbthoms is offline
Send a message via ICQ to bbthoms
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 06-13-2009 , 11:36   Re: Anti Camper's Radar
Reply With Quote #25

Quote:
Originally Posted by CuLLi View Post
big big big big request: can you made to show HP in that way at left side?
You are asking to change the plugin to do that or to make you a plugin that just do that?

Quote:
Originally Posted by bbthoms View Post
first of all i ve to say you have build a very useful and great plugin

but i ve one question:

its possible to change the color of the campers point on the radar? i ask because the most people think there are 2 bombs ^^... plz be so kind to explain me how i can change the color

besides you could install a text or something like that, which say for example "now you are visible on the enemys radar"???

i hope you will help me...

greetz
About the color, the only other solution (and i don't not guarantee that is possible but, i think so) would be to show the campers red to CT's and with the hostage blue color to T's. I will give it a try these days.

About the text I personally prefer to give advise to users in my server and let them spread the word to each others so I can have the screen clean of text but if you really think text is more suitable for you I will add it.
__________________
joaquimandrade is offline
CuLLi
BANNED
Join Date: Apr 2009
Location: Romania (piratebay) C
Old 06-13-2009 , 11:56   Re: Anti Camper's Radar
Reply With Quote #26

2nd.

But when i delete the HUD it will be working?
CuLLi is offline
Old 06-13-2009, 11:58
joaquimandrade
This message has been deleted by joaquimandrade. Reason: You mean reset? (respond me via pm)
bbthoms
Member
Join Date: Dec 2007
Old 06-14-2009 , 04:37   Re: Anti Camper's Radar
Reply With Quote #27

suuuper ...Many thanks!
bbthoms is offline
Send a message via ICQ to bbthoms
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-12-2009 , 10:19   Re: Anti Camper's Radar
Reply With Quote #28

This won't affect approval, but I have some suggestions for you:
  • either use semicolons to end lines or don't
    • if you do, then add "#pragma semicolons 1" after the includes in your source to enforce your decision
  • doesn't it bother you that you're using engine, FM, AND Ham when, in theory, you could probably just use one of the three?
Aside from my two suggestions/observations, the code seems fine and apparently works. Approved.
Brad is offline
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 07-12-2009 , 10:55   Re: Anti Camper's Radar
Reply With Quote #29

The gain is not relevant but:

PHP Code:
engfunc(Engfunc_CreateEntity,engfunc(EngFunc_AllocString,x)) 
has one more native call than

PHP Code:
create_entity(x
And

entity_set_* / entity_get_* have compile checks of the variable types and tags. What pev/set_pev can't have. So, why would I get rid of engine?

(Hamsandwich is essential and so is Fakemeta)

Edit:

Checking again, Fakemeta is not essential. But
PHP Code:
write_coord(floatround(origin[0]))
write_coord(floatround(origin[1]))
write_coord(floatround(origin[2])) 
is worst and uglier than:

PHP Code:
engfunc(EngFunc_WriteCoord,origin[0])
engfunc(EngFunc_WriteCoord,origin[1])
engfunc(EngFunc_WriteCoord,origin[1]) 
__________________

Last edited by joaquimandrade; 07-12-2009 at 11:02.
joaquimandrade is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 07-12-2009 , 12:29   Re: Anti Camper's Radar
Reply With Quote #30

I've just always tried to limit the number of included modules to the least possible, as long as it was feasible. That's where I'm coming from.
__________________
Brad 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 04:11.


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