08.04.2011, 05:15
Do
in the first line of OnGameModeInit.
Then you'll need to create a counting variable for the no. of neon lights,
and use that to prevent adding more neon lights when it is higher than or equal to 100.
pawn Код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT, 300);
Then you'll need to create a counting variable for the no. of neon lights,
and use that to prevent adding more neon lights when it is higher than or equal to 100.