Quote:
Originally posted by Kaimetsu
You're either lying or drastically mistaken. A simple change of formatting will never account for such a drastic change, especially since all formatting is removed when the script is converted into bytecode.
|
Kaimetsu, wasn't something alike in your KSI-thing?
i mean if he typed all the time
if (playertouchsme){
if (strequals(#s(client.lives),true)){
say2 hey you live!;
}
}
if (playertouchsme){
if (strequals(#s(client.lives),false)){
say2 hey you are dead!;
}
}
and so on, instead of
if (playertouchsme){
if (strequals(#s(client.lives),false)){
say2 hey you are dead!l
}
if (strequals(#s(client.lives),true)){
say2 hey you live!;
}
and there could be much more things ya know.
You can easily make stuff easiers, shorter etc. by compiling.