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

[FM] Invalid EntityState member: Body


  
 
 
Thread Tools Display Modes
Author Message
VEN
Veteran Member
Join Date: Jan 2005
Old 02-01-2007 , 02:30   [FM] Invalid EntityState member: Body
#1

Code:
 ES_FrameRate,  ES_Body,  ES_Controller,

Code:
 case ES_FrameRate:   ptr = MF_GetAmxAddr(amx, params[3]);   *ptr = amx_ftoc(es->framerate);   return 1;
 // no ES_Body case
 case ES_Controller:   ptr = MF_GetAmxAddr(amx, params[3]);   ptr[0] = es->controller[0];   ptr[1] = es->controller[1];   ptr[2] = es->controller[2];   ptr[3] = es->controller[3];   return 1;
VEN is offline
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 02-01-2007 , 16:58   Re: [FM] Invalid EntityState member: Body
#2

This is fixed in SVN revision 3276.
__________________
エル・プサイ・コングルゥ
DS is offline
sawce
The null pointer exception error and virtual machine bug
Join Date: Oct 2004
Old 02-01-2007 , 19:10   Re: [FM] Invalid EntityState member: Body
#3

Glad to see you didn't die in the battle of Gettysburg, DS!
__________________
fyren sucks
sawce 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 19:07.


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