Raised This Month: $ Target: $400
 0% 

get_user_origin keeps returning 0,0,0


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Drak
Veteran Member
Join Date: Jul 2005
Old 01-05-2008 , 01:15   Re: get_user_origin keeps returning 0,0,0
Reply With Quote #2

Maybe using "client_PreThink" might work. Also, perhaps not having "angle" and "text" a global variable. But a local one. Like so:
Code:
public client_PreThink(id) {     new angle[3];     new text[30];     get_user_origin(id, angle, 0);     format(text, 30, " %f, %f, %f", angle[0], angle[1], angle[2]);     write_file("viewvec.txt", text);         client_print(id, print_chat, text);     }
__________________
Oh yeah
Drak is offline
Send a message via MSN to Drak
 



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 11:08.


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