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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 12-10-2017 , 09:45   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1351

Quote:
Originally Posted by mlov420 View Post
That's the 1 piece of information that changes the game. Third party name and message colors won't work on ckSurf because of it's built in chat processor. You would have to disable the ckSurf chat processor cvar in order for these to work. However, you would lose lots of chat related features built into ckSurf. In my experience, it's not worth it, but don't be afraid to try it for yourself. In cfg/sourcemod/cksurf.cfg file, look for ck_chat_enable "1" and change it to 0.
thank you. i will try it asap

EDIT : true, not worth it

Last edited by ASKER_CZ; 12-10-2017 at 10:43.
ASKER_CZ is offline
killertudse
Junior Member
Join Date: Nov 2017
Old 12-10-2017 , 10:09   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1352

Does anyone know how to add a flag requirement for an item?
So only players with A flag as an example, can purchase and equip the item.
killertudse is offline
mlov420
Senior Member
Join Date: May 2013
Old 12-10-2017 , 10:28   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1353

Quote:
Originally Posted by killertudse View Post
Does anyone know how to add a flag requirement for an item?
So only players with A flag as an example, can purchase and equip the item.
Code:
         "[TAG]"
	{
		"tag" "{purple}[TAG] "
		"price" "420"
		"type" "nametag"
		"flag" 	"a"
	}

Last edited by mlov420; 12-10-2017 at 10:28.
mlov420 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 12-10-2017 , 16:55   Re: [ANY] Store by Zephyrus
Reply With Quote #1354

Quote:
Originally Posted by e54385991 View Post
CSGO Store Module: Store Custom Weapon Models v2.1

2.1
Added support for world models(KeyValue Option :worldmodel)
PHP Code:
    "anime awp"
    
{
        
"model"  "models/weapons/v_animeawp.mdl"
        "worldmodel"  "models/weapons/w_animeawp.mdl"
        "entity"  "weapon_awp"
        "price"        "50"
        "type"        "CustomModel"  
        "slot"   "1"
    

3.0 14/01/2016
Test Interface 3.0
Added support for dropped weapon models(keyvalue : "dropmodel").

For example
"Miku awp"
{
"model" "models/weapons/v_hmikuawp.mdl"
"worldmodel" "models/weapons/w_hmikuawp.mdl"
"dropmodel" "models/weapons/w_hmikuawp.mdl"
"entity" "weapon_awp"
"price" "300"
"type" "CustomModel"
"slot" "1"
}



1.Require Plugin: [ANY] First Person View Models Interface 2.0 or high https://forums.alliedmods.net/showthread.php?t=276697

2.Edit translations/store.phrases.txt

+
PHP Code:
    "CustomModel"
    
{
        
"en" "Custom Weapon Model:"
    

Put !!store_custom_model.smx to sourcemod/plugins

configs/store/items.txt
+


PHP Code:

"Store"
{
"Custom Knives"
    
{
        
"Tri-Dagger Black"
        
{
            
"model"  "models/weapons/v_knife_tridagger_v2.mdl"
            "entity"  "weapon_knife"
            "price"        "50"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Tri-dagger Steel"
        
{
            
"model"  "models/weapons/v_knife_tridagger_steel.mdl"
            "entity"  "weapon_knife"
            "price"        "100"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Black Dagger"
        
{
            
"model"  "models/weapons/v_knife_reaper.mdl"
            "entity"  "weapon_knife"
            "price"        "200"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Kabar"
        
{
            
"model"  "models/weapons/v_knife_kabar_v2.mdl"
            "entity"  "weapon_knife"
            "price"        "300"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"CS 1.6 Knife"
        
{
            
"model"  "models/weapons/crashz.mdl"
            "entity"  "weapon_knife"
            "price"        "400"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Ultimate Knife"
        
{
            
"model"  "models/weapons/v_knife_ultimate.mdl"
            "entity"  "weapon_knife"
            "price"        "500"
          "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Gong fu"
        
{
            
"model"  "models/weapons/v_gongfu.mdl"
            "entity"  "weapon_knife"
            "price"        "600"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Caleon"
        
{
            
"model"       "models/weapons/caleon1/screwdriver/v_knife_screwdriver.mdl"
            "worldmodel"  "models/weapons/caleon1/screwdriver/w_knife_screwdriver.mdl"
            "entity"  "weapon_knife"
            "price"        "600"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
    }
    
    
    
"Custom Weapons"
    
{
    
            
"Miku awp"
        
{
            
"model"  "models/weapons/v_hmikuawp.mdl"
            "worldmodel"  "models/weapons/w_hmikuawp.mdl"
            "entity"  "weapon_awp"
            "price"        "300"
            "type"        "CustomModel"  
            "slot"   "1"
        
}
        
"Anime awp"
        
{
            
"model"  "models/weapons/v_animeawp.mdl"
            "worldmodel"  "models/weapons/w_animeawp.mdl"
            "entity"  "weapon_awp"
            "price"        "50"
            "type"        "CustomModel"  
            "slot"   "1"
        
}
        
        
"Dual finity"
        
{
            
"model"  "models/weapons/v_pist_dualinfinity.mdl"
            "entity"  "weapon_elite"
            "price"        "150"
            "type"        "CustomModel" 
            "slot"   "2"
        
}
        
        
"HE-Grenade Pokeball"
        
{
            
"model"  "models/weapons/v_hegrenade_pokeball.mdl"
            "entity"  "weapon_hegrenade"
            "price"        "100"
            "type"        "CustomModel" 
            "slot"   "3"
        
}
    }

3.Restart Server



model download:
https://forums.alliedmods.net/showthread.php?t=276733

or :

https://onedrive.live.com/redir?resi...hint=folder%2c



Attachment 150898
Attachment 150825
Attachment 150826
Attachment 150827
Attachment 150828
Attachment 150831


[IMG]Attachment 150901[/IMG]
Attachment 150899Attachment 150900
thanks for that but i can not change too a custom knife he say me only that

PHP Code:
L 12/10/2017 22:50:46Info (map "bhop_distant_tnn_extended") (file "errors_20171210.log")
L 12/10/2017 22:50:46: [SMException reportedCannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 12/10/2017 22:50:46: [SMBlamingfpvm_interface.smx
L 12
/10/2017 22:50:46: [SMCall stack trace:
L 12/10/2017 22:50:46: [SM]   [0SetEntProp
L 12
/10/2017 22:50:46: [SM]   [1Line 226fpvm_interface.sp::OnPostWeaponEquip
L 12
/10/2017 22:50:46: [SM]   [3ChangeClientTeam
L 12
/10/2017 22:50:46: [SM]   [4Line 301teamchange_unlimited.sp::TeamChangeActual
L 12
/10/2017 22:50:46: [SM]   [5Line 204teamchange_unlimited.sp::JoinTeamCmd
L 12
/10/2017 22:50:46: [SMException reportedCannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 12/10/2017 22:50:46: [SMBlamingfpvm_interface.smx
L 12
/10/2017 22:50:46: [SMCall stack trace:
L 12/10/2017 22:50:46: [SM]   [0SetEntProp
L 12
/10/2017 22:50:46: [SM]   [1Line 226fpvm_interface.sp::OnPostWeaponEquip
L 12
/10/2017 22:50:57: [SMException reportedCannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 12/10/2017 22:50:57: [SMBlamingfpvm_interface.smx
L 12
/10/2017 22:50:57: [SMCall stack trace:
L 12/10/2017 22:50:57: [SM]   [0SetEntProp
L 12
/10/2017 22:50:57: [SM]   [1Line 226fpvm_interface.sp::OnPostWeaponEquip
L 12
/10/2017 22:50:57: [SM]   [3GivePlayerItem
L 12
/10/2017 22:50:57: [SM]   [4Line 599fpvm_interface.sp::RefreshWeapon
L 12
/10/2017 22:50:57: [SM]   [5Line 495fpvm_interface.sp::Native_SetWeapon
L 12
/10/2017 22:50:57: [SM]   [7FPVMI_SetClientModel
L 12
/10/2017 22:50:57: [SM]   [8Line 119E:\Users\e54385991\Desktop\store_custom_model.sp::CustomModelEquip
L 12
/10/2017 22:50:57: [SM]   [10Call_Finish
L 12
/10/2017 22:50:57: [SM]   [11Line 2963store.sp::Store_UseItem
L 12
/10/2017 22:50:57: [SM]   [12Line 1862store.sp::MenuHandler_Item
L 12
/10/2017 22:51:02: [SMException reportedCannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 12/10/2017 22:51:02: [SMBlamingfpvm_interface.smx
L 12
/10/2017 22:51:02: [SMCall stack trace:
L 12/10/2017 22:51:02: [SM]   [0SetEntProp
L 12
/10/2017 22:51:02: [SM]   [1Line 226fpvm_interface.sp::OnPostWeaponEquip
L 12
/10/2017 22:51:02: [SM]   [3GivePlayerItem
L 12
/10/2017 22:51:02: [SM]   [4Line 599fpvm_interface.sp::RefreshWeapon
L 12
/10/2017 22:51:02: [SM]   [5Line 525fpvm_interface.sp::Native_RemoveViewWeapon
L 12
/10/2017 22:51:02: [SM]   [7FPVMI_RemoveViewModelToClient
L 12
/10/2017 22:51:02: [SM]   [8Line 128E:\Users\e54385991\Desktop\store_custom_model.sp::CustomModelRemove
L 12
/10/2017 22:51:02: [SM]   [10Call_Finish
L 12
/10/2017 22:51:02: [SM]   [11Line 2991store.sp::Store_UnequipItem
L 12
/10/2017 22:51:02: [SM]   [12Line 1902store.sp::MenuHandler_Item
L 12
/10/2017 22:51:02: [SMException reportedCannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 12/10/2017 22:51:02: [SMBlamingfpvm_interface.smx
L 12
/10/2017 22:51:02: [SMCall stack trace:
L 12/10/2017 22:51:02: [SM]   [0SetEntProp
L 12
/10/2017 22:51:02: [SM]   [1Line 244fpvm_interface.sp::OnPostWeaponEquip
L 12
/10/2017 22:51:02: [SM]   [3GivePlayerItem
L 12
/10/2017 22:51:02: [SM]   [4Line 599fpvm_interface.sp::RefreshWeapon
L 12
/10/2017 22:51:02: [SM]   [5Line 544fpvm_interface.sp::Native_RemoveWorldWeapon
L 12
/10/2017 22:51:02: [SM]   [7FPVMI_RemoveWorldModelToClient
L 12
/10/2017 22:51:02: [SM]   [8Line 131E:\Users\e54385991\Desktop\store_custom_model.sp::CustomModelRemove
L 12
/10/2017 22:51:02: [SM]   [10Call_Finish
L 12
/10/2017 22:51:02: [SM]   [11Line 2991store.sp::Store_UnequipItem
L 12
/10/2017 22:51:02: [SM]   [12Line 1902store.sp::MenuHandler_Item
L 12
/10/2017 22:51:02: [SMException reportedCannot set m_iItemIDLow with "FollowCSGOServerGuidelines" option enabled.
L 12/10/2017 22:51:02: [SMBlamingfpvm_interface.smx
L 12
/10/2017 22:51:02: [SMCall stack trace:
L 12/10/2017 22:51:02: [SM]   [0SetEntProp
L 12
/10/2017 22:51:02: [SM]   [1Line 226fpvm_interface.sp::OnPostWeaponEquip
L 12
/10/2017 22:51:02: [SM]   [3GivePlayerItem
L 12
/10/2017 22:51:02: [SM]   [4Line 599fpvm_interface.sp::RefreshWeapon
L 12
/10/2017 22:51:02: [SM]   [5Line 495fpvm_interface.sp::Native_SetWeapon
L 12
/10/2017 22:51:02: [SM]   [7FPVMI_SetClientModel
L 12
/10/2017 22:51:02: [SM]   [8Line 119E:\Users\e54385991\Desktop\store_custom_model.sp::CustomModelEquip
L 12
/10/2017 22:51:02: [SM]   [10Call_Finish
L 12
/10/2017 22:51:02: [SM]   [11Line 2963store.sp::Store_UseItem
L 12
/10/2017 22:51:02: [SM]   [12Line 1862store.sp::MenuHandler_Item 
how i can fix that?

EDIT SOLVED: in the config / core.cfg , change FollowCSGovernerGuidelines in no.

Last edited by freak.exe_uLow; 12-10-2017 at 17:03.
freak.exe_uLow is offline
GTMichael
New Member
Join Date: Jun 2017
Old 12-13-2017 , 20:52   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1355

Help, how to write items in item.txt
Such as: weapon, invisibles, weaponskin, gravity, godmode, watergun, speed, knife.
if you know one point then tell me how to fill, thanks in advance
GTMichael is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 12-14-2017 , 14:19   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1356

this plugin keeps working fine on csgo or have bugs?
ayrton09_arg is offline
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 12-15-2017 , 11:55   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1357

Quote:
Originally Posted by ayrton09_arg View Post
this plugin keeps working fine on csgo or have bugs?
Works fine.
__________________
sneaK is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 12-15-2017 , 18:04   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1358

Quote:
Originally Posted by ayrton09_arg View Post
this plugin keeps working fine on csgo or have bugs?
yep, works fine
freak.exe_uLow is offline
LeoBRz
Member
Join Date: Oct 2014
Old 12-24-2017 , 15:51   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1359

Why when I shutdown the server, the coins of the store reset?
__________________
Just a brazilian player that loves Jailbreak <3
LeoBRz is offline
Angeelor
Member
Join Date: Jan 2017
Old 12-25-2017 , 14:48   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1360

Quote:
Originally Posted by LeoBRz View Post
Why when I shutdown the server, the coins of the store reset?

They are saved in your database
Angeelor 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 07:01.


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