30.08.2011, 01:48
Umm before i look into that this is probs a silly question so ill edit this post later with the correct answer
But did you delete the WP_Hash user file first?
EDIT:
why do you use this instead of just
[pawn]if(!strlen(inputtext))pawn]
?
But did you delete the WP_Hash user file first?
EDIT:
pawn Код:
new strText[179];
if(strlen(inputtext) >= 4 && strlen(inputtext) <= 35)
[pawn]if(!strlen(inputtext))pawn]
?

