native Streamer_Update(playerid, type = -1); - 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)
+--- Thread: native Streamer_Update(playerid, type = -1); (
/showthread.php?tid=567385)
native Streamer_Update(playerid, type = -1); -
Banditukas - 13.03.2015
native Streamer_Update(playerid, type = -1);
What mean type?
Re: native Streamer_Update(playerid, type = -1); -
CalvinC - 13.03.2015
Streamer_Update only has a playerid parameter?
pawn Код:
native Streamer_Update(playerid);
Re: native Streamer_Update(playerid, type = -1); -
Banditukas - 13.03.2015
New version...
Re: native Streamer_Update(playerid, type = -1); -
CalvinC - 13.03.2015
Oh, it's listed without a type parameter in the topic, but it has one in the .inc file, my bad.
Wonder what it's for.
Re: native Streamer_Update(playerid, type = -1); -
Vince - 13.03.2015
Quote:
Originally Posted by Incognito
Definitions
pawn Код:
#define STREAMER_TYPE_OBJECT (0) #define STREAMER_TYPE_PICKUP (1) #define STREAMER_TYPE_CP (2) #define STREAMER_TYPE_RACE_CP (3) #define STREAMER_TYPE_MAP_ICON (4) #define STREAMER_TYPE_3D_TEXT_LABEL (5) #define STREAMER_TYPE_AREA (6)
|
Reading is a profession.
Re: native Streamer_Update(playerid, type = -1); -
Banditukas - 13.03.2015
If -1 update everything?
AW: Re: native Streamer_Update(playerid, type = -1); -
Kaliber - 13.03.2015
Quote:
Originally Posted by Banditukas
If -1 update everything?
|
Right