View Single Post
Gena
Member
Join Date: May 2022
Location: Uruguay
Old 07-01-2022 , 13:34   Re: AWP Crosshair
Reply With Quote #3

Quote:
Originally Posted by Sreaper View Post
Thanks for sharing this plugin. I'm not sure if all Source games support m_iItemDefinitionIndex but I would recommend adding a convar for people to choose the value.
The crosshair image referenced as you stated, wasn't provided while your code expects people to download it. Maybe add a convar for that as well as not everyone knows how to compile code changes.
I would also recommend uploading the source directly instead of using a zip file as there aren't any external dependancies included in that.
I agree with everything you say, I am not interested in recreating the plugin, I only share what I achieve so that people can finish it. If you make an improvement just tell me and I'll add it with your name.

EDIT:
I ended up doing everything, except for the weapon since it is more complicated and I see it as unnecessary.
If anyone wants to change the weapon just edit
Code:
if(strcmp(sClassname, "weapon_awp") == 0)
"weapon_awp" for other weapon id
__________________
Servers of CS:GO - Private Plugins
Steam ~ GenaEscobar#2338
sorry for my english as a translator d:

Last edited by Gena; 07-04-2022 at 19:50.
Gena is offline