SA-MP Forums Archive
How do i count the objects i put inside my GM? - 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: How do i count the objects i put inside my GM? (/showthread.php?tid=512272)



How do i count the objects i put inside my GM? - Trynda - 10.05.2014

The title ask


Re: How do i count the objects i put inside my GM? - RajatPawar - 10.05.2014

IF you use streamer,

pawn Код:
native Streamer_CountItems(type, serverwide = 1);
native CountDynamicObjects();
Either of this will work. (If you know the type (given in the main streamer topic), go for the former.. if not, the latter)