[SOLVED]Printing values from get_user_origin
Okay so I've been trying to make this work for about an hour now.
But I've been searching the forum and the funcwiki and can't figure out what's wrong here :? What I'm trying to do is get users origin and log each value, here's my code. PHP Code:
|
Re: Printing values from get_user_origin
get_user_origin works with integers, so you can fix it in 2 ways:
1) remove float: and use %d isntead of %f 2) use native that works with floats like pev(id, pev_origin, Origin) from fakemeta |
Re: Printing values from get_user_origin
Quote:
I was so sure that get_user_origin returned floats :? |
Re: [SOLVED]Printing values from get_user_origin
FM returns Floats afaik.
|
Re: [SOLVED]Printing values from get_user_origin
Quote:
|
| All times are GMT -4. The time now is 14:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.