Quote:
|
Originally Posted by [ --<-@
Black Rose]nope
but even better would be
Code:
public gaben_exec(id, key) {
switch ( key ) {
case 0: func1(id);
case 1: func2(id);
case 2: func3(id)
case 3: func4(id);
case 4: func5(id);
case 5: func6(id);
case 9: return PLUGIN_HANDLED;
}
return PLUGIN_HANDLED;
}
|
That's basicly the same thing... Am I not right?
__________________