Get user spectator mode
Greetings.I saw there is a set_view reference in amxmodx library, but still I wonder how can I get the spectator mode of the player? I mean, if user1 is spectator in 3rd person, I want to get that information on a variable.How can I do that?
Thanks in advance! |
Re: Get user spectator mode
Code:
/**Code:
#if AMXX_VERSION_NUM < 183Basically, using fakemeta you can get camera mode by using pev(player, pev_iuser1), and to get who a player is spectating, pev(player, pev_iuser2). |
| All times are GMT -4. The time now is 17:51. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.