Spec name/target showing to all [Problem]
#5

if(AccInfo[playerid][Level] >= 1) is the same as if(AccInfo[playerid][Level] == 1 || AccInfo[playerid][Level] > 1)

There is no need for
Код:
if [Level] is greater than 1
when you have
Код:
if [Level] is greater than OR equal to 1
Reply


Messages In This Thread
Spec name/target showing to all [Problem] - by kbalor - 09.09.2012, 20:06
Re: Spec name/target showing to all [Problem] - by kbalor - 10.09.2012, 09:27
Re: Spec name/target showing to all [Problem] - by clarencecuzz - 10.09.2012, 09:30
Re: Spec name/target showing to all [Problem] - by kbalor - 10.09.2012, 09:42
Re: Spec name/target showing to all [Problem] - by clarencecuzz - 10.09.2012, 09:54
Re: Spec name/target showing to all [Problem] - by kbalor - 10.09.2012, 09:59

Forum Jump:


Users browsing this thread: 1 Guest(s)