最新最全最权威的各类手游,端游,页游游戏信息开服信息,尽在游民之家. 订阅微信

烈焰会员系统得称谓-到V30

发表时间:2015-03-19 09:38点击人气:责任编辑:admin
VIP称谓代码如下 if player:get_player_type() ==1 then ---VIP称号
     player:set_name_pre(9,"<font color='#D00EC1'>☆☆体验VIP-1☆☆</font>");
    end
 if player:get_player_type() ==2 then
     player:set_name_pre(9,"<font color='#FF000F'>☆☆高级白银VIP-2☆☆</font>");
    end
 if player:get_player_type() ==3 then
     player:set_name_pre(9,"<font color='#EE1177'>☆☆高级白银VIP-3☆☆</font>");
    end
 if player:get_player_type() ==4 then
     player:set_name_pre(9,"<font color='#EA4037'>☆☆高级白银VIP-4☆☆</font>");
    end
 if player:get_player_type() ==5 then
     player:set_name_pre(9,"<font color='#D26363'>☆☆高级白银VIP-5☆☆</font>");
    end
 if player:get_player_type() ==6 then
     player:set_name_pre(9,"<font color='#71EF59'>☆☆高级白银VIP-6☆☆</font>");
    end
 if player:get_player_type() ==7 then
     player:set_name_pre(9,"<font color='#F25BB4'>☆☆高级白银VIP-7☆☆</font>");
    end
 if player:get_player_type() ==8 then
     player:set_name_pre(9,"<font color='#FEEF88'>☆☆高级白银VIP-8☆☆</font>");
    end
 if player:get_player_type() ==9 then
     player:set_name_pre(9,"<font color='#4A0D7A'>☆☆高级白银VIP-9☆☆</font>");
    end
 if player:get_player_type() ==10 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆高级白银VIP-10☆☆</font>");
    end
 if player:get_player_type() ==11 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-11☆☆</font>");
    end
 if player:get_player_type() ==12 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-12☆☆</font>");
    end
 if player:get_player_type() ==13 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-13☆☆</font>");
    end
 if player:get_player_type() ==14 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-14☆☆</font>");
    end
 if player:get_player_type() ==15 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-15☆☆</font>");
    end
 if player:get_player_type() ==16 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-16☆☆</font>");
    end
 if player:get_player_type() ==17 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-17☆☆</font>");
    end
 if player:get_player_type() ==18 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-18☆☆</font>");
    end
 if player:get_player_type() ==19 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-19☆☆</font>");
    end
 if player:get_player_type() ==20 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆超级黄金VIP-20☆☆</font>");
    end
 if player:get_player_type() ==21 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-21☆☆</font>");
    end
 if player:get_player_type() ==22 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-22☆☆</font>");
    end
 if player:get_player_type() ==23 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-23☆☆</font>");
    end
 if player:get_player_type() ==24 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-24☆☆</font>");
    end
 if player:get_player_type() ==25 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-25☆☆</font>");
    end
 if player:get_player_type() ==26 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-26☆☆</font>");
    end
 if player:get_player_type() ==27 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-27☆☆</font>");
    end
 if player:get_player_type() ==28 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-28☆☆</font>");
    end
 if player:get_player_type() ==29 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-29☆☆</font>");
    end
 if player:get_player_type() ==30 then
     player:set_name_pre(9,"<font color='#FF0A00'>☆☆尊贵钻石VIP-30☆☆</font>");
    end