View Single Post
  #1  
Old 09-28-2007, 05:10 AM
Cherrykao Cherrykao is offline
Banned
Join Date: Apr 2007
Posts: 37
Cherrykao is on a distinguished road
retrieving and updating stuff in serveroptions

I'm just wondering if there was a possible way of retrieving (and possibly updating) a list of all player accounts in the "staff=" and staffguilds "staffguilds=" in the serveroptions from a script - either wNPC or just a regular script on the serverside.


And since I'm on the topic of serveroptions, howcome in the "profilevars=", you can't use arrays to display stuff like doing:

Health=playerstats[1],MP=playerstats[2]

I think it's wasteful to create single player flags for each type of profile variables, when you can just create one player flag as an array and use the indexes to display the type of variables to be shown in the player's profile.
Reply With Quote