Easy script, load different help for different profile [inbuild command of ptokaX], but if you added other script you can modded help and see all command availables :D, nice for me :p
Quote from: Mutor on 24 July, 2006, 21:57:26
You know we have profile permissions for a reason.
You may very well be sending commands that are not availble to a certain profile.
Moreover, using profile permissions you need only one table of help commands.
Ok, I can modify it, Thanks Mutor :)
hi,
i wanted to ask tht can i add 2 or more commands to this script??? eg: when i type !help it shows the commands...and if I type !helpme thn also it should show the commands......can this be done?? if yes thn wat should i do to add another command??
Quote from: speedX on 16 August, 2006, 16:45:32
hi,
i wanted to ask tht can i add 2 or more commands to this script??? eg: when i type !help it shows the commands...and if I type !helpme thn also it should show the commands......can this be done?? if yes thn wat should i do to add another command??
Change:
if cmd == "!help" then
To this:
if cmd == "!help" or cmd == "!helpme" then
Damn, you were faster. :-P
oh yes it worked....thx guys....
Quote from: speedX on 16 August, 2006, 16:57:48
oh yes it worked....thx guys....
np.. ;)
bastya.. ;D