Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Staff array (https://forums.graalonline.com/forums/showthread.php?t=134260124)

sssssssssss 08-09-2010 04:34 AM

Staff array
 
What is the staff array called that has all the server options staff on?

DarkReaper0 08-09-2010 04:50 AM

Maybe it's just me but I really don't know what you're asking...

cbk1994 08-09-2010 05:00 AM

PHP Code:

serveroptions.staff.tokenize(","


sssssssssss 08-09-2010 05:01 AM

Ah, ty.

Also helps out with other things I may need in the future. :P

fowlplay4 08-09-2010 05:20 AM

I like to do..

PHP Code:

function onActionPlayerOnline() {
  
temp.staff serveroptions.staff.tokenize(",");
  
clientr.isStaff = (player.account in temp.staff);



sssssssssss 08-09-2010 05:31 AM

Not on topic at all, but instead of opening a new thread I'll just ask here.

How do you make graal open a pm window to a certain player?

cbk1994 08-09-2010 06:08 AM

Quote:

Originally Posted by sssssssssss (Post 1592325)
Not on topic at all, but instead of opening a new thread I'll just ask here.

How do you make graal open a pm window to a certain player?

PHP Code:

(@ "-Playerlist").openPMWindow({findPlayer(account)}, false); 


sssssssssss 08-09-2010 06:20 AM

Thanks yous guys. :)


All times are GMT +2. The time now is 04:04 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.