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

[REQ] [HELP] SDKCall coding


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
overmase
Junior Member
Join Date: Jun 2018
Old 05-10-2021 , 13:27   [REQ] [HELP] SDKCall coding
Reply With Quote #1

If the process of respawning the player with a specific action respawns with the following code,
there is a problem that the player can not switch weapons or jump

After investigating the cause, it seems that calling m_iPlayerState with SetEntProp is incorrect.
I found that the solution was to set the PlayerState setting in SDKCall and the player would work fine.

I don't understand SDKCall, so I want this source code to code how to set PlayerState using SDKCall

This action is the only problem, and if you don't know without looking at all the sources, send it privately


PHP Code:

public Action SpawnPlayer(Handle timerany reviveClient)
{
int client GetClientUserId(reviveClient);

DispatchSpawn(reviveClient);
SetEntProp(reviveClientProp_Send"m_iPlayerState"0);
SetEntProp(reviveClientProp_Send"m_iHideHUD"2050);

TeleportEntity(reviveClientpPos[client], NULL_VECTORNULL_VECTOR);

overmase is offline
notyouraverage
Junior Member
Join Date: Apr 2021
Old 05-10-2021 , 17:06   Re: [REQ] [HELP] SDKCall coding
Reply With Quote #2

you may change you approach by looking into other plugins that have been made.

there are quite a lot around for respawning players.

and since you seem to know how to program, you shouldn't have any issues implementing existing code, i guess.

greets

Last edited by notyouraverage; 05-10-2021 at 17:07.
notyouraverage is offline
overmase
Junior Member
Join Date: Jun 2018
Old 05-11-2021 , 00:24   Re: [REQ] [HELP] SDKCall coding
Reply With Quote #3

The code I wrote was referred to by looking at the code of other respawn plugins.

I've seen some plugins, but I didn't have a respawn plugin for playerstate settings using SDKcall

I can't do much plugins, I'm asking for coding help rather than advice, are there any respawn plugins using playerstate with SDKCall?
overmase 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 15:46.


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