View Single Post
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