View Single Post
  #4  
Old 02-03-2004, 04:13 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
? He means the order of scripts sent to the client

Possibly try to use the weaponorder= option in the server options, where you can list weapon scripts that should be sent first. I think the weapons are not sent all at once if you have several big scripts, so some of them might come after the local npcs are sent. If you need data in the local npcs then you can use client strings or serverr. strings, those should be sent first, or you add some sleep 1 or so in the necessary npcs although that is making the scripts look ugly. It could also be possibly to add a server options to enforce sending the weapon scripts before the npcs.
Reply With Quote