Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function GetForumLogin(pl, user, pw)
- local data = {username = user, password = pw}
- API.Execute("GetForumLogin", data
- function(data)
- if (data["REsponseType"] == "OK") then
- pl.ForumID = data["UserID"]
- pl.LoggedIn = true
- else
- // error stuff here
- end
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement