Jump to content

checkAccountData(player, "msprpg.cash)


#Paper

Recommended Posts

Posted

just do,

data = getAccountData(account,"my_data") 
if data then 
outputChatBox("Data is exist") 
else 
outputChatBox("Data doesn't exist") 
end 
  

Posted
just do,
data = getAccountData(account,"my_data") 
if data then 
outputChatBox("Data is exist") 
else 
outputChatBox("Data doesn't exist") 
end 
  

no Solid... don't works, it returns as Bad Argument...

Posted
you don't have argument "account" i'm guessing, as SDK said show us your code.

i don't use that code, but can you fix this?

local paccount = getPlayerAccount(player) 
if getAccountData(paccount, "msprpg.license") == 0 then 
introduzione () 
end 

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...