Jump to content

lk12

Members
  • Posts

    2
  • Joined

  • Last visited

lk12's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Thank you I think it works, Just waiting to test it and ill get back.
  2. Hey guys I'm having a little problem, I'm trying to get the player element from the account name that is a string. I have tried: Fail: local host = getElementData(source, "HostedBy") local hoster = getAccountPlayer(getAccount(host)) Debug: bad argument @ getAccountPlayer, expected account at argument 1 got boolean I also tried: local host = getElementData(source, "HostedBy")-- This will return the account name as a string. local hoster = getAccountPlayer(host)-- here I'm trying to get the player from the account name string. debug: bad argument @ getAccountPlayer, expected account at argument 1 got string: "Lk12" Any help is much appreciated.
×
×
  • Create New...