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 
  

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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

mtaubluascripter.png

My skype: skiper964

I helped you? Help me! ^^

Help me bro! ^^

Posted

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

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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 

mtaubluascripter.png

My skype: skiper964

I helped you? Help me! ^^

Help me bro! ^^

Posted

show us your whole code, where you get the player element, etc.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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