Rune-Coding
Welcome to Rune-Coding.
You must register/login to view topics.

NOTE: If you accidently close this without registering, click on login button and then you will see register.

Enjoy
Rune-Coding
Welcome to Rune-Coding.
You must register/login to view topics.

NOTE: If you accidently close this without registering, click on login button and then you will see register.

Enjoy
Rune-Coding
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeLatest imagesRegisterLog in

 

 Teleport Help

Go down 
3 posters
AuthorMessage
Nathan




Posts : 1
Join date : 2009-07-21

Teleport Help Empty
PostSubject: Teleport Help   Teleport Help I_icon_minitimeTue Jul 21, 2009 10:24 am

How do i create a :: staffzone command

317.
Thanks.
Back to top Go down
runecoder
Admin
Admin



Posts : 6
Join date : 2009-07-17

Teleport Help Empty
PostSubject: Re: Teleport Help   Teleport Help I_icon_minitimeTue Jul 21, 2009 10:34 am

Try this

else if (command.equalsIgnoreCase("staffzone") && playerRights > 1){
teleportToX = xxxx;
teleportToY = xxxx;
sendMessage("Welcome to StaffZone");
}
Back to top Go down
https://rune-coding.board-directory.net
soul_banner




Posts : 2
Join date : 2009-07-21

Teleport Help Empty
PostSubject: Re: Teleport Help   Teleport Help I_icon_minitimeWed Jul 22, 2009 11:37 am

Code:

else if (command.equalsIgnoreCase("staffzone") && playerRights > 0){
teleportToX = xxxx;
teleportToY = xxxx;
sendMessage("Welcome to StaffZone");
}

lol this


because if you make it

Code:

&& playerRights > 1

which means

bigger than 1

so..

it will not include player mods

so if you wanna include them we do this

Code:

&& playerRights >= 1

which means bigger or equal to 1
Back to top Go down
runecoder
Admin
Admin



Posts : 6
Join date : 2009-07-17

Teleport Help Empty
PostSubject: Re: Teleport Help   Teleport Help I_icon_minitimeWed Jul 22, 2009 11:45 am

Well yeah its different on 525 aand 508, When i started coding i started right away on 508.
Back to top Go down
https://rune-coding.board-directory.net
Sponsored content





Teleport Help Empty
PostSubject: Re: Teleport Help   Teleport Help I_icon_minitime

Back to top Go down
 
Teleport Help
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Rune-Coding :: Runescape Private Servers :: RS2 Server-
Jump to: