I found this code:
Code:
new iconstatus;
iconstatus = get_user_msgid("StatusIcon");
message_begin(MSG_ONE,iconstatus,{0,0,0},taskid)
write_byte(1); // status (0=hide, 1=show, 2=flash)
write_string("rescue"); // sprite name
write_byte(0); // red
write_byte(255); // green
write_byte(0); // blue
message_end();
Posible to make coordinates of icon? Now players can see in left side, how to make this one near timer?