Quote:
Originally Posted by Dionysus
ok do you guys not understand what im trying to get in return of my question......
I need a way to make my Client-RC trigger an action to Normal-RC to do the /help and all of those other commands by NOT scripting each god dame command in my Client-RC......
Than for tabs i need to know how to make them do stuff like load diffrent displacements.....
I dont need no god dame wiki site i need help from someone who knows it ok because if i am asking on here that means i dont get it on the god dame wiki site..........
|
1.) Stop being an ass.
2.) I gave you the ideas of tabs. Use the following function to do different things:
PHP Code:
// Previous code...
function Tabs.onSelect(temp.tObject, temp.tId, temp.tText, temp.tIndex)
{
echo(temp.tText);
}
Which you should be able to figure out yourself.
3.) For your help command, You need to script it yourself.
4.) You can't make a Client-RC until you've read the Wiki. It is full of information that would of saved us alot of time instead of answering your dumb questions here.
http://wiki.graal.net/