Raised This Month: $12 Target: $400
 3% 

[CS:GO] eItems API (CSGOItems replacement) | Ver: 0.10


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 04-22-2020 , 16:39   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.6
Reply With Quote #11

Quote:
Originally Posted by ESK0 View Post

Todo:
  • Add Music Kits support
  • Add Pins support
  • Add Coins support
  • Add Crates support
  • Add Patches support
  • Add Sprayes support
  • Add Stickers support
I now see the possibility of several new plugins for the community at..

Does it now come with a plugin to put Sticker on weapons?

Plugin to place Patches on CSGO Agent skins?

Thank you so much for sharing with us.

Last edited by paulo_crash; 04-22-2020 at 16:40.
paulo_crash is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-22-2020 , 19:06   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.6
Reply With Quote #12

Quote:
Originally Posted by paulo_crash View Post
I now see the possibility of several new plugins for the community at..

Does it now come with a plugin to put Sticker on weapons?

Plugin to place Patches on CSGO Agent skins?

Thank you so much for sharing with us.

I provide only API for other plugins.. but plugin to place Patches on Agents already exists.
ESK0 is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-25-2020 , 13:59   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.7
Reply With Quote #13

Updated to 0.7
Code:
 - Added support for Music Kits
 - Added support for Pins
ESK0 is offline
OXYD
AlliedModders Donor
Join Date: Aug 2019
Location: pluto
Old 04-25-2020 , 14:43   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.7
Reply With Quote #14

So what does this more exactly?
__________________
ADD ME ON STEAM - https://steamcommunity.com/id/kenoxyd
89.40.104.210:27015 // COMPETITIVE SERVER
DISCORD: KENOXYD#9098
OXYD is offline
manicogaming
AlliedModders Donor
Join Date: Aug 2014
Old 04-25-2020 , 15:26   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.7
Reply With Quote #15

Is this the correct way to get a random Pin, if yes then it's not working correctly.

As this is giving IDs that don't exist in items_game.txt

PHP Code:
g_iCoin[i] = GetRandomInt(eItems_GetPinDefIndexByPinNum(0), eItems_GetPinDefIndexByPinNum(g_iPinCount 1)); 
__________________

Last edited by manicogaming; 04-25-2020 at 15:27.
manicogaming is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-25-2020 , 15:37   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.7
Reply With Quote #16

Quote:
Originally Posted by manicogmaing View Post
Is this the correct way to get a random Pin, if yes then it's not working correctly.

As this is giving IDs that don't exist in items_game.txt

PHP Code:
g_iCoin[i] = GetRandomInt(eItems_GetPinDefIndexByPinNum(0), eItems_GetPinDefIndexByPinNum(g_iPinCount 1)); 
Hello, this is not correct way.

Code:
int iPinNum = GetRandomInt(0, eItems_GetPinsCount() -1);
int iPinDefIndex = eItems_GetPinDefIndexByPinNum(iPinNum);
This should be working

Last edited by ESK0; 04-25-2020 at 15:37.
ESK0 is offline
manicogaming
AlliedModders Donor
Join Date: Aug 2014
Old 04-25-2020 , 16:32   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.7
Reply With Quote #17

Quote:
Originally Posted by ESK0 View Post
Hello, this is not correct way.

Code:
int iPinNum = GetRandomInt(0, eItems_GetPinsCount() -1);
int iPinDefIndex = eItems_GetPinDefIndexByPinNum(iPinNum);
This should be working
Yes it worked, thank you.
__________________
manicogaming is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-26-2020 , 05:07   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.7
Reply With Quote #18

Quote:
Originally Posted by manicogmaing View Post
Yes it worked, thank you.
You are welcome
ESK0 is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 04-27-2020 , 03:31   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.7
Reply With Quote #19

__________________

Last edited by zipcore; 04-27-2020 at 03:35.
zipcore is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 04-27-2020 , 10:55   Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.8
Reply With Quote #20

Updated to 0.8
Code:
 - Added support for Coins
 - Added support for Stickers
 - Minor issues fixed
ESK0 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode