Thread: CSGO Items API
View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-14-2019 , 08:39   Re: CSGO Items API
Reply With Quote #52

Quote:
Originally Posted by quasemago View Post
Line 429
PHP Code:
PTaH(PTaH_GiveNamedItemHookGiveNamedItemPost); 
Should be
PHP Code:
PTaH(PTaH_GiveNamedItemPostHookGiveNamedItemPost); 
Tried this change and error to compile:
Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// CSGO_Items.sp
//
// C:\Users\boy-l\Google Drive\ZK Servidores\Addons\Counter Strike Global Offensive\Editar Plugins\addons\sourcemod\scripting\CSGO_Items.sp(429) : error 100: function prototypes do not match
// C:\Users\boy-l\Google Drive\ZK Servidores\Addons\Counter Strike Global Offensive\Editar Plugins\addons\sourcemod\scripting\CSGO_Items.sp(501) : error 100: function prototypes do not match
//
// 2 Errors.
//
// Compilation Time: 0,41 sec
// ----------------------------------------

Press enter to exit ...
It would be two lines that I have to change in this case.
paulo_crash is offline