Any ways to make this shorter?
#1

How to make this line shorter:
pawn Код:
if(TeamMembers(teamid) > TeamMembers(T_RUSSIA) || TeamMembers(teamid) > TeamMembers(T_MEXICO) || TeamMembers(teamid) > TeamMembers(T_IRAQ))
I tried using parentheses but an error "tag mismatch" came up:
pawn Код:
if(TeamMembers(teamid) > (TeamMembers(T_RUSSIA) || TeamMembers(T_MEXICO) || TeamMembers(T_IRAQ)))
Reply


Messages In This Thread
Any ways to make this shorter? - by Dan. - 17.08.2012, 10:18
Re: Any ways to make this shorter? - by FalconX - 17.08.2012, 10:20
Re: Any ways to make this shorter? - by Dan. - 17.08.2012, 10:21
Re: Any ways to make this shorter? - by Babul - 17.08.2012, 11:10
Re: Any ways to make this shorter? - by FalconX - 17.08.2012, 11:52
AW: Re: Any ways to make this shorter? - by Nero_3D - 17.08.2012, 12:06
Re: Any ways to make this shorter? - by Babul - 18.08.2012, 10:42

Forum Jump:


Users browsing this thread: 1 Guest(s)