
05-07-2002, 10:26 AM
|
|
Registered User
|
Join Date: Aug 2001
Location: Gehennom
Posts: 353
|
|
|
Okay, let's look at this. You write a script designed to be entirely clientside, because you don't have an NPC server. All of a sudden you get one, because of the new prices and account system and whatnot. Now all your clientside scripts are executed serverside, and that causes problems. So you put a line in each script which makes the entire script clientside, and therefore they all act exactly as they did before.
Where is the problem here? I certainly don't see one. Yes, you'd have to go back and fix all the scripts, but in the meantime it's better to have scripts which don't use the NPC server than scripts which simply don't work. |
|
|
|