xxSPEEDYxx Posted December 1, 2011 Report Share Posted December 1, 2011 native Streamer_MaxItems(type, items); native Streamer_VisibleItems(type, items); Care dintre astea 2 sunt pentru, ca sa pot pune ca streamerul sa creeze 900 de obiecte per player? Fara reclama in semnatura! Link to comment Share on other sites More sharing options...
IstuntmanI Posted December 1, 2011 Report Share Posted December 1, 2011 Streamer_VisibleItems( STREAMER_TYPE_OBJECT, 990 ); Link to comment Share on other sites More sharing options...
xxSPEEDYxx Posted December 1, 2011 Author Report Share Posted December 1, 2011 si mie imi trebuie la toate, adica toate obiectele fac ceva de genu:for ( new i = 0; i < MAX_OBJECTS; i++ ) { Streamer_VisibleItems( i, 990 ); } La OnGameModeInit? Fara reclama in semnatura! Link to comment Share on other sites More sharing options...
IstuntmanI Posted December 1, 2011 Report Share Posted December 1, 2011 si mie imi trebuie la toate, adica toate obiectele fac ceva de genu:for ( new i = 0; i < MAX_OBJECTS; i++ ) { Streamer_VisibleItems( i, 990 ); } La OnGameModeInit?E doar STREAMER_TYPE_NUMETipuri:OBJECTPICKUPCHECKPOINTetc.Pune cum ti-am zis eu si problema e rezolvata. Link to comment Share on other sites More sharing options...
Question
xxSPEEDYxx
Care dintre astea 2 sunt pentru, ca sa pot pune ca streamerul sa creeze 900 de obiecte per player?
Fara reclama in semnatura!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts