06.11.2010, 10:08
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
thx :d
native CountDynamicObjects();
new Var;
stock MyOwnObject(....)
{
Var++;
return 0;
}