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

HotVision


Post New Thread Reply   
 
Thread Tools Display Modes
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 02-13-2011 , 11:24   Re: HotVision
Reply With Quote #91

yeah good question, I wish i could get an answer too lol, but why would it need to support podbots it's not like they would need it.
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 02-19-2011 , 05:21   Re: HotVision
Reply With Quote #92

Most of the bots (if not all of them) don't rely on map brightness at all. Bots do 'see' through walls all the time, only difference is they don't shoot through them.

Bot support is not idea of this plugin - this is something what bot creators have to do.

And no, it's not my problem to give nightvision to everyone (gungame thing). I make stand alone plugins, and give no extra attention for any mods. Except if mod is originally designed to work with the specific plugin, and plugin is designed to support the specific mod. No plugins what I released have this idea implanted in them.

In other words my released plugins didn't have, don't have, and wont have to support any mods what so ever, unless it's told otherwise in description - mod support is not my problem.

And just to make it clear how I hate to do mod support - if I'd make a plugin what bans someone, I wont include amxbans support even if plugin approver tells me so, cause that is not in the rules what I must follow in order to get a plugin approved.
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.
MPNumB is offline
Send a message via Skype™ to MPNumB
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 02-27-2011 , 16:12   Re: HotVision
Reply With Quote #93

thanks for the info, so can you edit the sma for me to have free nightvision?
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 03-05-2011 , 20:27   Re: HotVision
Reply With Quote #94

No, cause free nightvision isn't the idea of this plugin. However I am in a good moth, so here's a plugin what gives you free nightvision whenever you respawn:
PHP Code:

#include <amxmodx>
#include <cstrike>
#include <hamsandwich>

#define PLUGIN_NAME    "Free nightvision"
#define PLUGIN_VERSION    "1.0"
#define PLUGIN_AUTHOR    "Numb"


public plugin_init()
{
    
register_plugin(PLUGIN_NAMEPLUGIN_VERSIONPLUGIN_AUTHOR);
    
    
RegisterHam(Ham_Spawn"player""Ham_Spawn_player_Post"1);
}

public 
Ham_Spawn_player_Post(iPlrId)
{
    if( 
is_user_alive(iPlrId) )
        
cs_set_user_nvg(iPlrId1);

However it doesn't print that green message below the crosshair. =P
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.
MPNumB is offline
Send a message via Skype™ to MPNumB
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 03-06-2011 , 11:57   Re: HotVision
Reply With Quote #95

Thank you very much bro, And also thanks for editing this cool plugin.
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 03-06-2011 , 12:55   Re: HotVision
Reply With Quote #96

When I compile the original hotvision not the new plugin you made it get these errors.
/tmp/textvJZTID.sma(439) : error 017: undefined symbol "RADARID_OFFSET"
/tmp/textvJZTID.sma(469) : error 017: undefined symbol "RADARID_OFFSET"

Did you know of these?
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 03-07-2011 , 00:15   Re: HotVision
Reply With Quote #97

Don't use web compiler and everything will be fine. I had many times this glitches that web compiler had bugs similar to this. =P If you'r not using web compiler, than make sure your compiler is reliable and up to date.
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.
MPNumB is offline
Send a message via Skype™ to MPNumB
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 03-08-2011 , 00:55   Re: HotVision
Reply With Quote #98

yeah i usually use this one
http://www.amxmodx.org/webcompiler.cgi
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
DJHD!
Veteran Member
Join Date: Dec 2009
Location: Santiago, Chile
Old 03-17-2011 , 15:21   Re: HotVision
Reply With Quote #99

Nice nice.
__________________
Quote:
Originally Posted by XINLEI View Post
Porque rocccos trata de ser el metalicross que nunca va a poder ser.
DJHD! is offline
Send a message via MSN to DJHD!
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-26-2011 , 06:48   Re: HotVision
Reply With Quote #100

I guess it's ok now. Approved.
__________________
Arkshine 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 07:32.


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