11.07.2010, 20:30
if(!strlen(PlayerData[playerid][Haircut])) return format(PlayerData[playerid][Haircut], 20, text1);
else return format(text1, 20, "None");
if theirs more in the command or whatever it is, Don't use returns and use { } to close statements but continue.
else return format(text1, 20, "None");
if theirs more in the command or whatever it is, Don't use returns and use { } to close statements but continue.