Raised This Month: $ Target: $400
 0% 

[Orpheu]SV_DropClient did not pass the player index ?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-02-2012 , 07:14   Re: [Orpheu]SV_DropClient did not pass the player index ?
Reply With Quote #3

In module you can use :

Code:
typedef struct client_s
{
#ifdef __linux__
  int dummy[4769];
#else
  int dummy[4839];
#endif
  edict_t*ePlayer;
  const edict_t*eViewEntity;
  int userid;
}client_t;

With orpheu you can convert to offset.
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 07-02-2012 at 07:15.
ConnorMcLeod is offline
 



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:02.


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