31.01.2015, 22:12
Quote:
Why are you even doing this?
Streamer_SetMaxItems(STREAMER_TYPE_OBJECT, MAX_OBJECTS); |
Redefining MAX_OBJECTS does no harm either since I'm using streamer.
@Y_Less: Yes I read it, and the script was not working without the init, so I tried it. Before I used it I had this loop:
pawn Code:
foreach(Object, obj)
{
printf("%d", obj);
}
Quote:
1 2501 2 2501 |