Hey?
None found
None found
None found
None found
None found
None found
None found
None found
None found
Hey?
So if your dead... i can finally call you a homo. HOMO :D
I know but if I head 'TOWARD' lol jeeze, but anyway snow does suck -.-
Yeah, on her Lap Top now but yeah I love this snow dude. If i head toward Detroit i'll see if I can go to your house. :] --Address?
Hey,i'm in Indiana atm and I haven't slept much at all :(. I'm on my mom's Black Berry btw lol. (Hard to type.)
Where have you been :o
Yeah, I am why?
//Psay function PSay(msg,ply)
for k,v in pairs(player.GetAll) do
V:PrintChat(msg)
end
end
//Print console function PSayConsole(msg,ply)
for k,v in pairs(player.GetAll) do
v:Msg(msg)
end
end
function CSay(msg,color,duration,ply)
if !color then
color = (255,255,255,255)
end
if !duration then
duration = 5
end
if !msg then
msg = "Debug"
end
for k,v in pairs(player.GetAll) do