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

[CSGO] m_lifeState is deleting skin


Post New Thread Reply   
 
Thread Tools Display Modes
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 12-15-2019 , 14:38   Re: [CSGO] m_lifeState is deleting skin
Reply With Quote #11

Damn it, i've tried almost every combination using plugins that you've sent here.. nothing yet.
I really appreciate your help mate.
supertimor is offline
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 12-15-2019 , 14:40   Re: [CSGO] m_lifeState is deleting skin
Reply With Quote #12

Quote:
Originally Posted by andi67 View Post
puuuh.....try to set the parentbone correctly ex:

PHP Code:
SetVariantString("!activator");
AcceptEntityInput(skin"SetParent"Clientskin);
// "facemask" CSGO should match what you want......
SetVariantString("facemask"); 
AcceptEntityInput(skin"SetParentAttachment"skinskin0); 
PHP Code:
 public int CreatePlayerModelProp(int clientchar[] sModel) {
    
int skin CreateEntityByName("prop_dynamic_override");
    
DispatchKeyValue(skin"model"sModel);
    
DispatchKeyValue(skin"disablereceiveshadows""1");
    
DispatchKeyValue(skin"disableshadows""1");
    
DispatchKeyValue(skin"solid""0");
    
DispatchKeyValue(skin"spawnflags""256");
    
SetEntProp(skinProp_Send"m_CollisionGroup"11);
    
DispatchSpawn(skin);
    
AcceptEntityInput(skin"TurnOn"skinskin0);    
    
SetEntProp(skinProp_Send"m_fEffects"EF_BONEMERGE|EF_NOSHADOW|EF_NORECEIVESHADOW|EF_PARENT_ANIMATES);
    
SetVariantString("!activator");
    
AcceptEntityInput(skin"SetParent"clientskin);
    
SetVariantString("facemask"); 
    
AcceptEntityInput(skin"SetParentAttachment"skinskin0); 
    
ghostModel[client] = skin;
    return 
skin;

And nothing, maybe i am doing something wrong about your tips?
supertimor is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-15-2019 , 15:27   Re: [CSGO] m_lifeState is deleting skin
Reply With Quote #13

What Models you are using , the original playermodels,custommodels?
andi67 is offline
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 12-15-2019 , 15:28   Re: [CSGO] m_lifeState is deleting skin
Reply With Quote #14

https://gamebanana.com/skins/133182
Sure, i'll try with original player model.
supertimor is offline
supertimor
AlliedModders Donor
Join Date: Sep 2017
Old 12-15-2019 , 15:33   Re: [CSGO] m_lifeState is deleting skin
Reply With Quote #15

Wtf.. original model is working.
||||||
Thank you mate, i was thinkin about it before, but never mind to try it.
supertimor is offline
andi67
Veteran Member
Join Date: Mar 2007
Location: Somewhere near you!!!
Old 12-15-2019 , 15:34   Re: [CSGO] m_lifeState is deleting skin
Reply With Quote #16

Np.....
__________________
Waiting for HL3,Day of Defeat3 ,but will it ever come? So I'm gonna play COD WW2.>>>>SM_SKINCHOOSER<<<<
>>You need Models for DODS/CSS/CSGO , than click here!!!<<
andi67 is offline
Shadowysn
Senior Member
Join Date: Sep 2015
Location: Location:
Old 03-12-2020 , 08:38   Re: [CSGO] m_lifeState is deleting skin
Reply With Quote #17

Quote:
Originally Posted by teoniiks View Post
Huh, what exactly are you trying to do? How's the re-die plugin supposed to work?
Did you literally just use the exact same quote in my first reply?
__________________
ragdoll spam, that is all

Steam profile, where I game, obviously.
Youtube channel, where I do Stick Death Maze animations and some other stuff.
no plugin requests, sorry


My Plugins:
-search list-
Modified Plugins:
1 | 2 | 3 | 4
Shadowysn is offline
kadet.89
Veteran Member
Join Date: Nov 2012
Location: Serbia
Old 03-12-2020 , 11:02   Re: [CSGO] m_lifeState is deleting skin
Reply With Quote #18

Shadowysn, check out his other comments, it's just a copy-past bot. He doesn't even care what he copypasts.

Last edited by kadet.89; 03-12-2020 at 11:09.
kadet.89 is offline
Send a message via Skype™ to kadet.89
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 10:58.


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