Jump to content

Question

Posted

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!

3 answers to this question

Recommended Posts

Posted

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!

Posted

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_NUME

Tipuri:

OBJECT

PICKUP

CHECKPOINT

etc.

Pune cum ti-am zis eu si problema e rezolvata.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.