Quote:
Originally posted by DIABLO2099
x.x, I always thought when showing a character it was to be done on the client.
|
x-x
You can do all initializations on the serverside, its faster anyway and causing less traffic since the script doesn't need to be sent to the client, and the npcs actually see each other then

You can also drawoverplayer, drawunderplayer etc. on the server, don't know why some people always put that in the clientside part. The only problem is when you do lights or similar things, the commands setcoloreffect, setzoomeffect and seteffectmode only work on clientside.