30.09.2011, 16:10
replace if strlen(inputtext) with
because strlen means text and strval it's a number.By my SAMP knoweldege a player ID is an number
Код:
if(strval(inputtext) == pID)

