[LUA]tex3t:SetText("You have: " .. LocalPlayer():GetPData("premium"))
[/LUA]
Error:
[gamemodes\***\gamemode\****.lua:1191] attempt to concatenate a nil value
what am i doing wrong?
If you're using SetPData("premium") serverside. Then you can't do it clientside.
Use NWVars instead.
Sorry, you need to Log In to post a reply to this thread.