• Lua Help, Detecting if 2 "IF" variables are true
    2 replies, posted
I'm not very good at lua so i need help into getting this to work [CODE]ply:IsAlive() and pl:IsUserGroup("Donator")[/CODE] how do i link those to if variables together i know and isnt supported in lua and i have no idea what to do
Uhh?[code] If ( ply:IsAlive() and ply:IsUserGroup("Donator") ) then --mystff end[/code]
NVM FORGOT WHAT I WROTE I FIXED IT
Sorry, you need to Log In to post a reply to this thread.