Poll

Think it's easy making a Add-on?

Yes
No
Sorta

Author Topic: How do you make Add-ons?  (Read 2244 times)

I agree with the guy above, but if you want to learn how to script, try looking at other scripts. I am just starting but I started making sounds (they are easiest).

I agree with the guy above, but if you want to learn how to script, try looking at other scripts. I am just starting but I started making sounds (they are easiest).

I disagree i think that making sounds SUCKS ASS either that or I do........ which is more likely T_T

That aside I think making a simple script is easier like one that makes it so when you type "/hi " in the the chat box you see it says "bye" EX.


Code: [Select]
function serverCmdhi(%client)
{
messageClient(%client, '', 'bye');
}

profit