Terry A Davis wrote:
ItsDonny wrote:
bunnyslippers69 wrote:
ItsDonny wrote:
PcShadowwZ wrote:
for k, v in pairs() do
print("Happy Birthday")
end
this will error
try
for name, date in pairs(birthdays) do
if name == "Turtlx" then
print("Happy Birthday, " .. name)
end
end
This will error because birthdays isn't defined mate
Don’t tell me, tell him
u posted it??
local birthdays = {
["fuck"] = "not my code",
["off"] = "let him figure it out",
["Turtlx"] = "August 25",
["The Joke"] = "Bilember 2000B.C."
}