• Script end if team =
    5 replies, posted
Hi, I need to make a couple of my scripts end if team = "UNDEAD". I know I need something like this [CODE]if team = "UNDEAD" then end[/CODE] at the top of the scripts that I don't want to be used by them. Some input would be great.
[CODE]if team.GetName(ply:Team()) == "UNDEAD" then return end[/CODE]
-snip-
[QUOTE=raphy963;47799946][CODE]if team.GetName(ply:Team()) == "UNDEAD" then return end end[/CODE][/QUOTE] I was faster c:
-nvm i'm dumb-
[QUOTE=raphy963;47799953]-nvm i'm dumb-[/QUOTE] Its only ONE if statement, therefore only ONE end requiered. Edit: c:
Sorry, you need to Log In to post a reply to this thread.