SA-MP Forums Archive
Simple question - 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: Simple question (/showthread.php?tid=188080)



Simple question - iJumbo - 06.11.2010

hi i have my own streamer... i have a question how i can get how much object are in total and how much object are streamed for player?!




thx :d


Re: Simple question - ViruZZzZ_ChiLLL - 06.11.2010

I'm assuming that you are using Incognitos Streamer Plugin

pawn Код:
native CountDynamicObjects();
EDIT : Oh fuck lol your own.

Well here's an example :

pawn Код:
new Var;

stock MyOwnObject(....)
{
  Var++;
  return 0;
}



Re: Simple question - iJumbo - 06.11.2010

Quote:
Originally Posted by [ISS]jumbo
Посмотреть сообщение
hi i have my own streamer
ReEDIT:
lol thx
Quote:
pawn Код:
new Var;

stock MyOwnObject(....)
{
  Var++;
  return 0;
}
REREEDIT:
and how get streamed for player?