Page 1 of 1

Upload avatar

Posted: Wed Nov 21, 2012 10:59 am
by fafafa
Hi kent i have question
How can i use code for upload avatar becus max avatar 72?

Re: Upload avatar

Posted: Wed Nov 21, 2012 11:33 am
by Kent Briggs
fafafa wrote:Hi kent i have question
How can i use code for upload avatar becus max avatar 72?
The maximum number of avatars you can put in the communal avatar set (the group shared by everyone) is 64 but you can assign individual avatars to individual players that are not in that communal set. There is no limit to that number. As far as uploading files, you'll need to create an upload function on your web site. I found this when I Googled for "php file upload":

http://www.w3schools.com/php/php_file_upload.asp

You'll need to implement some kind of approval process to make sure the user uploaded an appropriate file at the right 48 x 48 pixel size, etc.