Thread: CSGO Items API
View Single Post
quasemago
Senior Member
Join Date: Dec 2018
Location: Brazil
Old 11-14-2019 , 19:42   Re: CSGO Items API
Reply With Quote #53

Quote:
Originally Posted by paulo_crash View Post
Tried this change and error to compile:
It would be two lines that I have to change in this case.
Line 813:
PHP Code:
public void GiveNamedItemPost(int iClient, const char[] sClassname, const CEconItemView Itemint iEnt
Should be
PHP Code:
public void GiveNamedItemPost(int iClient, const char[] sClassname, const CEconItemView Itemint iEntbool OriginIsNULL, const float Origin[3]) 
Ref: https://github.com/komashchenko/PTaH.../PTaH.inc#L298
__________________
I accept requests for plugins and configuration of servers.


If you liked my work, consider making a donation via PayPal.

Last edited by quasemago; 11-14-2019 at 19:43.
quasemago is offline