Closed Roosteridk closed 3 years ago
Also, how do you activate playerskins?
link item type mean command on store. Set player option to use configured command on store menu
store_item_playerskins
. If you are not running a zombie reloaded server. Please use store_item_playerskins_no_zr_version
This item has no plan "Tofu" { "model" "models/player/custom_player/thas/my_model/tofu_v3/tofu.mdl" "arms" "models/player/custom_player/thas/my_model/tofu_v3/tofu_arms.mdl" "team" "4" // Ts = 2 , CT = 3, both = 4 "type" "playerskin" "preview" "1" // Enable the preview for this item, only item that support preview can use this feature "unique_id" "uid_model_tofu" // You must have "unique_id" "price" "100" }
Check here
Thank you so much, great plugin btw!
Looks like I celebrated too early.
When I try to compile the store I get this error
// store/playerskins.sp(11) : error 147: new-style declarations are required
// store/playerskins.sp(24) : error 147: new-style declarations are required
// store/playerskins.sp(26) : error 147: new-style declarations are required
// store/playerskins.sp(27) : error 147: new-style declarations are required
// store/playerskins.sp(29) : error 147: new-style declarations are required
// store/playerskins.sp(30) : error 147: new-style declarations are required
// store/playerskins.sp(31) : error 147: new-style declarations are required
// store/playerskins.sp(32) : error 147: new-style declarations are required
// store/playerskins.sp(33) : error 147: new-style declarations are required
// store/playerskins.sp(35) : error 147: new-style declarations are required
// store/playerskins.sp(36) : error 147: new-style declarations are required
// store/playerskins.sp(41) : error 147: new-style declarations are required
// store/playerskins.sp(77) : error 147: new-style declarations are required
// store/playerskins.sp(79) : error 147: new-style declarations are required
// store/playerskins.sp(91) : error 017: undefined symbol "sCache"
// store/playerskins.sp(91) : error 029: invalid expression, assumed zero
// store/playerskins.sp(91) : warning 215: expression has no effect
// store/playerskins.sp(91) : error 001: expected token: ";", but found "]"
// store/playerskins.sp(91) : fatal error 190: too many error messages on one line
use my scripting folder at master. Replace all file that duplicated. Your is the old from dvanai original store. I have edited many of them so you may have some problem on compile if you use dvanai. Use my scripting folder and replace all the file it ask. You should be able to compile all the file needed.
Just to confirm, in order to enable the module, we need to remove the comments from store.sp right?
I tried compiling with your scripting folder but still got the same error
yes but some of the modules are written with old syntax. You may find some error when compile. If you want to enabled old modules from zephyrus store, comment this line #pragma newdecls required
at line 2 on store.sp. Enable modules by uncomment any modules you want
I'm kinda lost. newdecls is already there. I keep getting the same error. Do I include the one on store/playerskins.sp or compile store_item_playerskins_no_zr_version alone?
current my store.sp on scripting folder has disabled many modules and rewritten some of them in a standalone plugin seperated to the zephyrus original store. Lets me guide you to install.
Ok, I got playerskins_no_zr working. There are two issues though:
Fixed and update store tag for others plugins.
"Viper"
{
"model" "models/player/custom_player/legacy/gxp/valorant/viper/viper_v1.mdl"
"arms" "models/player/custom_player/legacy/gxp/valorant/viper/viper_arm_v1.mdl"
"team" "4" // Ts = 2 , CT = 3, both = 4
"type" "playerskin"
"preview" "1" // Enable the preview for this item, only item that support preview can use this feature
"unique_id" "uid_model_viper" // You must have "unique_id"
"price" "5000"
}
It's set to both teams but when you equip the skin, it waits until next respawn
both team required next spawn to be able to apply to prevent duplicate skin. So i cant help you about this. Sorry
Is this normal? https://www.youtube.com/watch?v=EALZLgOUWEc
All fixed on new commit. Now this cvar will take effect. Please reinstall store.sp and playerskin_no_zr.sp For the plugin chat tag. I install everything on my totally new server and have no issue with the chat tag. Maybe reinstall or check any plugins that may cause conflict.
Blackjack is in the menu, but there is no plugin for it??