15.07.2012, 19:25
It changes(tolowers) only one char, not whole string.
if you want whole string
if you want whole string
pawn Code:
for(new i=0;option[i];i++)
option[i]=tolower(option[i]);