User:Phineas

From Multi Theft Auto: Wiki
Revision as of 15:51, 18 March 2013 by Phineas (talk | contribs)
Jump to navigation Jump to search

Sup

function checkG(str)
    if (string.find(string.lower(str), "gapy")) then
        return true, "Yes, Gaypee is present in the string!"
    else
        return false, "Nope, I can't find Gaypee in the string!"
    end
    return false
end