15.12.2012, 09:51
Target gets the ID of a user. In your case, you're getting the user's name by inputtext.
If you use on inputtext " ", that means that you're searching for a player named inputtext!
pawn Код:
new
target
;
target = ReturnUser(inputtext);
if(target != INVALID_PLAYER_ID)