06.06.2012, 21:45
pawn Код:
if (4 > strlen(newname) > 24) return // your message here saying their name is under 4 or over 24 and invalid
pawn Код:
if (4 > strlen(newname) ) return // your message here saying their name is under 4
if (4 > strlen(newname) > 24) return // your message here saying their name is under 4 or over 24 and invalid
if (4 > strlen(newname) ) return // your message here saying their name is under 4