View Single Post
  #11  
Old 06-26-2005, 03:13 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to 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;
}
Reply With Quote