Quote:
|
Originally Posted by DarkShadows_Legend
I think serverside timeouts are supposed to be no less than 0.1.
|
showtext and changeimgcolors cannot be used serverside, either
Quote:
|
Originally Posted by ChibiChibiLuc
timeout = .05;
|
This wouldn't crash your client, but the correct procedure for setting a timeout in the new engine is:
NPC Code:
setTimer(float);
Quote:
|
Originally Posted by ChibiChibiLuc
changeimgcolors(5,#p(1),#p(2),#p(3),this.fade);
|
Where are you getting these #p(1) etc from? (And don't use # anything in the new engine)