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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-26-2018 , 23:27   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1541

Quote:
Originally Posted by Cruze View Post
Try "molotov" "incgrenade" "inferno"
Unfortunately I could not, in case it would be the problems with the same grenade skins. I downloaded several versions of skins, but all come with the same file name.

Was there any specific way to put the pomegranate skins?

And another problem I'm having is the option of skins of players, some skins that I do not show in the menu, I have correctly configured the category and name of skins and their models.

One of the skins would be this: https://gamebanana.com/skins/164742

Would that be normal, or some kind of BUG?
paulo_crash is offline
TropieR
Junior Member
Join Date: May 2015
Old 10-28-2018 , 15:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1542

I'm trying to add sprays into the shop, I can see them on the menu, but when I spray them they are just black boxes...
TropieR is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-29-2018 , 00:13   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1543

I wonder if anyone could make a change to this Attachment 172003?

In case I would like to include it in the Store only... It would take the option that when you type sm_vipspawn it opens the Respawn menu for the player.

As I said I would like to include it in the Store and if the player wants to have to pay with credits to have the right to use Respawn, then when he buys he can type sm_vipspawn and respawna automatically.

Having all the options you have in the Store currently, put flags if I want and etc.

Could it be done, or could it be done?

OBS: It's in the case that it is in the Menu !admin would be nice if he got it from there too.

Thanks in advance!

Last edited by paulo_crash; 06-03-2020 at 13:39.
paulo_crash is offline
Cruze
Veteran Member
Join Date: May 2017
Old 10-29-2018 , 01:47   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1544

Quote:
Originally Posted by paulo_crash View Post
I wonder if anyone could make a change to this Attachment 172003?

In case I would like to include it in the Store only... It would take the option that when you type sm_vipspawn it opens the Respawn menu for the player.

As I said I would like to include it in the Store and if the player wants to have to pay with credits to have the right to use Respawn, then when he buys he can type sm_vipspawn and respawna automatically.

Having all the options you have in the Store currently, put flags if I want and etc.

Could it be done, or could it be done?

OBS: It's in the case that it is in the Menu !admin would be nice if he got it from there too.

Thanks in advance!
"Respawn"
{
"type" "respawn"
}
__________________
Taking paid private requests! Contact me
Cruze is offline
yash1441
Senior Member
Join Date: Feb 2015
Location: Illuminati HQ
Old 10-31-2018 , 04:18   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1545

Store_GiveItem(client, itemid, purchase=0, expiration=0, price=0);

How to find the itemid of any item in store?
__________________
yash1441 is offline
Send a message via Skype™ to yash1441
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-31-2018 , 18:07   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1546

Quote:
Originally Posted by yash1441 View Post
Store_GiveItem(client, itemid, purchase=0, expiration=0, price=0);
How to find the itemid of any item in store?
depends on the way how you define the item to give. A basic way could be
a loop through STORE_MAX_ITEMS and check against Store_GetItem(itemid, output[Store_Item]); & szUniqueId or szName.
__________________
coding & free software

Last edited by shanapu; 10-31-2018 at 18:08.
shanapu is offline
yash1441
Senior Member
Join Date: Feb 2015
Location: Illuminati HQ
Old 11-01-2018 , 10:11   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1547

Quote:
Originally Posted by shanapu View Post
depends on the way how you define the item to give. A basic way could be
a loop through STORE_MAX_ITEMS and check against Store_GetItem(itemid, output[Store_Item]); & szUniqueId or szName.
Still not able to get the itemid. Every iId is 0.
This is what I did:
PHP Code:
for (int i 0STORE_MAX_ITEMSi++) {
        
Store_GetItem(iItemInfo);
        
PrintToServer("Name: %s - UID: %s - iID: %i"ItemInfo[szName], ItemInfo[szUniqueId], ItemInfo[iId]);
    } 
This is what I got for every item:
PHP Code:
NamePacman UIDmaterials/sprites/store/trails/pacman.vmt iID
Thanks for the help!

Edit: Yes I just said that. Smh I'm an idiot. Really disappointed XD Got it and thanks a lot!
__________________

Last edited by yash1441; 11-01-2018 at 10:26. Reason: I'm an idiot.
yash1441 is offline
Send a message via Skype™ to yash1441
OtgTravis
Member
Join Date: Apr 2016
Old 11-04-2018 , 14:11   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1548

When people type in chat !credits it dosent show anything neither does the Store messages show, anyone know why and how to fix?
OtgTravis is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-04-2018 , 20:14   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1549

I'm having a BUG with the Players Skins option.

Example, sending new skins of players to the servers, mute the map works all right, skins shows correctly, all work.

Now if I disconnect the server and reconnect the skins are all black for the players.

I deleted all files and downloaded again by FastDL, all downloaded correctly, without any errors and even then the BUG continues, all skins are still black.

Anyone else with this problem? How can I fix it?
paulo_crash is offline
OtgTravis
Member
Join Date: Apr 2016
Old 11-04-2018 , 20:52   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1550

Quote:
Originally Posted by paulo_crash View Post
I'm having a BUG with the Players Skins option.

Example, sending new skins of players to the servers, mute the map works all right, skins shows correctly, all work.

Now if I disconnect the server and reconnect the skins are all black for the players.

I deleted all files and downloaded again by FastDL, all downloaded correctly, without any errors and even then the BUG continues, all skins are still black.

Anyone else with this problem? How can I fix it?
I did actually, and im still having that issue, but some models works for me, and only a few people are experiencing this problem, i have to tell them to delete the material folders for a temp fix.
OtgTravis is offline
Reply



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 23:00.


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