View Single Post
potatoz
AlliedModders Donor
Join Date: Nov 2016
Old 03-08-2017 , 05:41   Re: [CS:GO/CS:S] Simple Stealth v1
Reply With Quote #7

Quote:
Originally Posted by Papero View Post
It gives a lot of warnings like:
Code:
FindSendPropOffs is marked as depreacated: Use FindSendPropInfo instead
I saw that just replacing it compiles fine (but I didn't test it in-game) btw you should fix it!

Why do you need to do this:
PHP Code:
char sName[MAX_NAME_LENGTH];    
GetClientName(clientsNamesizeof(sName)); 
I took a second look with the feedback you gave, i've changed FindSendPropOffs to FindSendPropInfo, used it in the first place cause that's the way i got it learned a while ago so i suppose it has changed in later updates so it should work better now either way (Has tested on my own server, seems to work just fine). "sName" has been removed aswell, i used it before for other features that didn't turn out how i wished to i prob forgot to get rid of it.

Thanks for the feedback
__________________

Last edited by potatoz; 03-08-2017 at 05:41.
potatoz is offline