Question about the PlayerSpectatePlayer function - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Question about the PlayerSpectatePlayer function (
/showthread.php?tid=122741)
Question about the PlayerSpectatePlayer function -
Celson - 23.01.2010
I've noticed in the SA:MP wiki that there is an optional parameter. Something to do with modes?
SOURCE:
https://sampwiki.blast.hk/wiki/PlayerSpectatePlayer
Can anyone tell me what that parameter is used for?
Re: Question about the PlayerSpectatePlayer function -
¤Adas¤ - 23.01.2010
It is only spectating mode. The best is spectate mode normal.
Re: Question about the PlayerSpectatePlayer function -
Celson - 23.01.2010
But are there any other spectating modes?
Re: Question about the PlayerSpectatePlayer function -
dice7 - 23.01.2010
Quote:
|
Originally Posted by a_players.inc
// Spectating
#define SPECTATE_MODE_NORMAL 1
#define SPECTATE_MODE_FIXED 2
#define SPECTATE_MODE_SIDE 3
|
Re: Question about the PlayerSpectatePlayer function -
Celson - 23.01.2010
Alright. Thank you