Light Spot Angle
Zoc
<?php echo "Hi there!"; ?> Join Date: 2003-01-20 Member: 12517Members, Retired Developer, Constellation, NS2 Playtester
Comments
~ DarkATi
~ DarkATi <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
If you're going to add something to a map exclusively to point a light_spot at it, it's actually much better to use an info_null, which is ignored by the server when the map loads and doesn't count toward the NS entity limit.
~ DarkATi <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
If you're going to add something to a map exclusively to point a light_spot at it, it's actually much better to use an info_null, which is ignored by the server when the map loads and doesn't count toward the NS entity limit. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
Oooooh, sounds good. Me changes it.
~ DarkATi