Raised This Month: $ Target: $400
 0% 

Why isn't this working?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 04-08-2006 , 15:25  
Reply With Quote #2

musnt it be like this?
Code:
public gaben_exec(id, key)     {     if(key == 0) {         func1(id);     }         else if(key == 1) {         func2(id);     }         else if(key == 2) {         func3(id)     }         else if(key == 3) {         func4(id);     }         else if(key == 4) {         func5(id);     }         else if(key == 5) {         func6(id);     }         else if(key == 9) {         return PLUGIN_HANDLED;     }         return PLUGIN_HANDLED; }
wouter is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:35.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode