Just put this:

On connect
PHP Code:
precacheHeadIcon("something");
precacheStatusIcon("something"); 
On spawn
PHP Code:
self.headicon "something";
self.statusicon "something"
Its very easy !