View Single Post
  #1  
Old 08-04-2006, 05:42 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Staff Only check

This function checks if your account is listed in the "staff=" section of the server options, if so it returns "true" and if you're not it returns "false".

Example:

The NPC containing the function(s) is named "System/Functions", and the current NPC want to make a IsStaff() check.

PHP Code:
if (("System/Functions").IsStaff() == true) {
  
// Proceed with script


The code can be found here: http://www.graal.net/snippet/detail....snippet&id=116


Hopefully you find it usefull, enjoy.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote