Quote:
Originally Posted by CsIosefin
I want to do it like this:
Code:
get_user_info(id, "_vip", passfield, 31)
get_user_info(id, passfield, password, 31)
EDIT: I solved, thanks!
|
You shouldn't do it like this. There is a limited amount of space available for user info and if there is enough for one of them but not both then it won't work.
__________________