Jump to content

fast question


bandi94

Recommended Posts

1. How can i get all Accounts and one Account Data for all Account's like whit getPlayerAccount.. 1 get account for players who are playing on server but i need all account's on server i find

local accounts = getAccounts() --and after whit in pairs do  

its this correct ?

and 2. what is the best mode to save map data/s like time played last played time and more and then om map start thet get curent map and data/s

(i don't need a full code only function names or to explain how to do)

Thanks in advantage

Link to comment

i know getAccountData but first you need to get the Account and whit getAccount you get accounts for players who is playing on server but i need all account's exist on server like something

local accounts=getAccounts() 
for i,v in pairs(accounts) do 
data=getAccountData(v) 
............ 
end 

and whit a gui ... i need to know if this is correct(it will work?) befor i start to do all script

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...