0 Members and 1 Guest are viewing this topic.
It's like 5 lines of code? Also I guess you mean health because losing damage makes no sense to me.
If player types !teleport aaa few times, server will crash
Quote from: Gizd on April 04, 2010, 04:20:45 pmIf player types !teleport aaa few times, server will crash That's because you have to type a number, instead of a string.
S := Random(1, MaxDamage);
S := Random(1, MaxDamage + 1);
[...]will never reach the actual max value:[...] You've got such a funny way to write scripts Btw. who infected you with the scripting virus?