05.12.2008, 00:06
Quote:
Originally Posted by 13th
INFO
Hello! I didn't see any (standalone) Pickup Streamers so I made one for Estonian RolePlay server and decided to release it. Hopefully it will be helpful for someone. It has been tested with 32 000 pickups and it worked just fine. This is perfect for RP servers, so there can be pretty much unlimited houses, "info spots", businesses, entrances.. whatever you choose to mark with a pickup. However the normal 300 pickup limit applies. There cant be more than 300 pickups visible at one time. If you notice pickups not appearing then you need to decrease streaming range.. or increase limit if that's the case. It has 2 functions:
"Installing" You need to include the include.. which is kinda logical. You also need to add timer to your OnGameModeInit() callback. Like this: Код:
#include <erpPickupStreamer> public OnGameModeInit() { SetTimer("StreamPickups",1000,1); } |