Author Topic: Getting Settings From Player  (Read 606 times)

Hello! I'm ZANFRAN.

Currently I'm making a GUI that is much like RTB and functions like RTB.
I want a piece of text to go in a specified area. This specified area is the X axis of the window's dimension. Is there an array or something I can get the player settings from?

Thanks,
ZANFRAN

they are stored as variables

try looking at a variable dump
https://dl.dropboxusercontent.com/u/50959273/Blockland%20Private/Dumps/vars.txt

most are stored under $pref::
although some of those can be server variables so keep that in mind
« Last Edit: March 16, 2014, 12:01:15 PM by swollow »

Define "player settings." There are a bunch stored under $pref::player:: (including ClanPrefix, ClanSuffix, current FOV, default FOV, LANName and NetName) but I have a feeling that's not what you mean. Do you mean like game quality settings? Or avatar settings? Be more specific.

Define "player settings." There are a bunch stored under $pref::player:: (including ClanPrefix, ClanSuffix, current FOV, default FOV, LANName and NetName) but I have a feeling that's not what you mean. Do you mean like game quality settings? Or avatar settings? Be more specific.
He's probs doing avatar settings, Look at the code from RTB, see what it uses to get the players avatar, use as you wish but write it entirely yourself don't rip/steal code.