Raised This Month: $ Target: $400
 0% 

lol


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BodyBuilder
BANNED
Join Date: Jun 2011
Location: Europa-USA-Moon
Old 08-03-2011 , 04:26   lol
Reply With Quote #1

lol

Last edited by BodyBuilder; 12-23-2012 at 12:35.
BodyBuilder is offline
jim_yang
Veteran Member
Join Date: Aug 2006
Old 08-03-2011 , 04:36   Re: How pos x y ? not work for this
Reply With Quote #2

your channel is 29...
pos x y in short format is different from amxxs'
the formula is:
Code:
WRITE_SHORT(FixedSigned16(textparms.x, (1<<13)));

short FixedSigned16(float value, float scale)
{
	int output = (int)(value * scale);

	if (output > 32767)
		output = 32767;
	else if (output < -32768)
		output = -32768;

	return (short)output;
}
__________________
Project : CSDM all in one - 99%
<team balancer#no round end#entity remover#quake sounds#fake full#maps management menu#players punishment menu#no team flash#colored flashbang#grenade trails#HE effect#spawn protection#weapon arena#weapon upgrade#auto join#no weapon drop#one name>
jim_yang 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 02:50.


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