View Single Post
  #1  
Old 01-08-2011, 08:17 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
check if player is staff

hey i wanted to ask if there is such a command that checks if a player is staff written in the server options (so i donīt use like
PHP Code:
if (player.guild == "Owner") {
blabla

since i think it would make the script too long to add all staff)

i hope there is such a command since i thought i have already seen it somewhere but could find it. it was like:
PHP Code:
function onCreated() {
  
is.staff();
}
function 
onis.staff() {
  
//here the script īlookedī up in the serverv options
  //if the player is a staff member;


i hope i was clear enough what exactly i need

-callimuc
Reply With Quote