Thread: CSGO Items API
View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-15-2019 , 09:58   Re: CSGO Items API
Reply With Quote #54

Quote:
Originally Posted by quasemago View Post
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
Thank you, I did it.

I will be posting here the CSGO Items API compiled with SourceMod v1.10 and PTaH v1.1.1.

Thanks to @quasemago.

Last edited by paulo_crash; 06-03-2020 at 13:38.
paulo_crash is offline