08-08-2010, 08:17 PM
(This post was last modified: 08-08-2010, 08:18 PM by Simplicity.)
Runescape Private Servers
To make a comand you have to start with
Than you add the rest
explination
if(command.startsWith("zone"));
This is the command
&& (donator == 1) {
that makes it so that only donators can use tele
youy can change to && playername/&&playerrights
and things like that
ToX =
ToY =
These tell the command were to teleport you.
sM("Welcome "+ playerName + "", 498);
when you teleport and arrive at area it will say "Welcome [and ur name]
for extras post and ill add.. im at my friends house on a weird laptop
To make a comand you have to start with
Code:
"}"
Than you add the rest
Code:
}
if(command.startsWith("zone") && (donator == 1) {
ToX = xxxx
ToY = yyyy
sM("Welcome "+ playerName + "", 498);
}
explination
if(command.startsWith("zone"));
This is the command
&& (donator == 1) {
that makes it so that only donators can use tele
youy can change to && playername/&&playerrights
and things like that
ToX =
ToY =
These tell the command were to teleport you.
sM("Welcome "+ playerName + "", 498);
when you teleport and arrive at area it will say "Welcome [and ur name]
for extras post and ill add.. im at my friends house on a weird laptop