Moved objectvwith obj array
#4

pawn Код:
new objects[178];
for ( new i = 0; i < sizeof ( objects ) ; i ++ )
{
     objects[ i ] = CreateObject( ... );
     printf( "Index %d assigned to object id.", i ) ;
}
Try debugging. (It would spam) Tell us where you declare the array, how you assign it, some code mate, some code.
Reply


Messages In This Thread
Moved objectvwith obj array - by colonel-top - 31.03.2013, 15:43
Re: Moved objectvwith obj array - by RajatPawar - 31.03.2013, 15:52
Re: Moved objectvwith obj array - by colonel-top - 31.03.2013, 15:53
Re: Moved objectvwith obj array - by RajatPawar - 31.03.2013, 15:56
Re: Moved objectvwith obj array - by colonel-top - 31.03.2013, 16:03
Re: Moved objectvwith obj array - by Basssiiie - 31.03.2013, 16:36

Forum Jump:


Users browsing this thread: 2 Guest(s)