Raised This Month: $32 Target: $400
 8% 

CSO Costumes v4.0


Post New Thread Reply   
 
Thread Tools Display Modes
WATCH_DOGS UNITED
BANNED
Join Date: Nov 2020
Old 12-19-2020 , 20:31   Re: CSO Costumes v4.0
Reply With Quote #131

Great skins, very detailed.
WATCH_DOGS UNITED is offline
nades
Junior Member
Join Date: Oct 2020
Old 03-31-2021 , 04:14   Re: CSO Costumes v4.0
Reply With Quote #132

I saw on a server that uses this plugin, if you only have skin on the CT team, and you move to earth you have a skin bug, and vice versa if you are t and you move ct and you only have skin on t.
Try to make it to reset the skin on the default team if it does not have a selected skin. This only happens the first round until he dies after moving.
nades is offline
Smilex_Gamer
Senior Member
Join Date: Apr 2017
Location: Portugal
Old 03-31-2021 , 17:59   Re: CSO Costumes v4.0
Reply With Quote #133

Quote:
Originally Posted by nades View Post
I saw on a server that uses this plugin, if you only have skin on the CT team, and you move to earth you have a skin bug, and vice versa if you are t and you move ct and you only have skin on t.
Try to make it to reset the skin on the default team if it does not have a selected skin. This only happens the first round until he dies after moving.
That bug is long gone. I don't remember in which version I fixed it, but latest version doesn't have that bug.
Smilex_Gamer is offline
nades
Junior Member
Join Date: Oct 2020
Old 04-01-2021 , 03:51   Re: CSO Costumes v4.0
Reply With Quote #134

https://prnt.sc/111bge4

i put your last version on my server and the problem is not fixed, i have 1 skin tr selected and 0 ct
nades is offline
Smilex_Gamer
Senior Member
Join Date: Apr 2017
Location: Portugal
Old 04-04-2021 , 14:31   Re: CSO Costumes v4.0
Reply With Quote #135

Quote:
Originally Posted by nades View Post
https://prnt.sc/111bge4

i put your last version on my server and the problem is not fixed, i have 1 skin tr selected and 0 ct
Can you show me your list of plugins? It could be some plugin interfering with CSO Costumes.
Smilex_Gamer is offline
Smilex_Gamer
Senior Member
Join Date: Apr 2017
Location: Portugal
Old 04-04-2021 , 15:01   Re: CSO Costumes v4.0
Reply With Quote #136

Quote:
Originally Posted by nades View Post
https://prnt.sc/111bge4

i put your last version on my server and the problem is not fixed, i have 1 skin tr selected and 0 ct
Just tested now on my local server and the problem doesn't appear... It might have something to do with your server or plugins. Please check if there's any plugin that alters player models.

As you can see here, I only have 1 TR skin and 0 CT skins: https://prnt.sc/11463uk
I move to CT and spawn with default skin: https://prnt.sc/11464hd
Smilex_Gamer is offline
nades
Junior Member
Join Date: Oct 2020
Old 04-04-2021 , 18:41   Re: CSO Costumes v4.0
Reply With Quote #137

Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)
pluginmenu.amxx		; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands


; Custom - Add 3rd party plugins here

costumes.amxx
cs_player_models_api.amxx

amxmodx 1.10 default
nades is offline
Smilex_Gamer
Senior Member
Join Date: Apr 2017
Location: Portugal
Old 04-04-2021 , 18:54   Re: CSO Costumes v4.0
Reply With Quote #138

Quote:
Originally Posted by nades View Post
Code:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)
pluginmenu.amxx		; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands


; Custom - Add 3rd party plugins here

costumes.amxx
cs_player_models_api.amxx

amxmodx 1.10 default
Try changing the order of the plugins, that is:

Code:
cs_player_models_api.amxx
costumes.amxx
Smilex_Gamer is offline
nades
Junior Member
Join Date: Oct 2020
Old 04-05-2021 , 03:39   Re: CSO Costumes v4.0
Reply With Quote #139

Quote:
Originally Posted by Smilex_Gamer View Post
Try changing the order of the plugins, that is:

Code:
cs_player_models_api.amxx
costumes.amxx
I try in all modes, i put first in plugin.ini, same bug
nades is offline
Smilex_Gamer
Senior Member
Join Date: Apr 2017
Location: Portugal
Old 04-05-2021 , 04:56   Re: CSO Costumes v4.0
Reply With Quote #140

Quote:
Originally Posted by nades View Post
I try in all modes, i put first in plugin.ini, same bug
Write this in your server console:

version
meta version
meta list
amxx version
amxx list

Then paste what shows up here.
Smilex_Gamer 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 14:37.


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