Quote:
|
Originally Posted by KuJi
So it is some sort of replacement of else?
EX:
if (playerchats) {
if (strequals(#c,boo)) setplayerprop#c,boo; else
if (strequals(#c,bam)) setplayerprop#c,bam; else
if (strequals(#c,woo)) setplayerprop#c,woo;
}
|
This is why you learn how to code and not just memorize how things work...