setimg event_block.gif; // Why are these outside of a conditional?
show; // Why are these outside of a conditional?
if(playerchats && strcontains(#g,Events)) {
if(strequals(#c,/open)) {
hide;
}
if(strequals(#c,/close)) {
show;
}
}
Yenairo, you could do with some learning of how brackets operate. o_o
As for Trakan, to learn why shit happens when you donโt mean for it to, when itโs outside of a bracket.