Advertisement
Guest User

Untitled

a guest
Dec 5th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. case 9990: //vipservice
  2. if (player->GetSession()->GetSecurity() >= SEC_MODERATOR)
  3. {
  4. player->PlayerTalkClass->ClearMenus();
  5. player->ADD_GOSSIP_ITEM(0, "|cff5A005B|TInterface\\icons\\Ability_DualWield:30|tLearn VIP SKill", GOSSIP_SENDER_MAIN, 9901);
  6. player->ADD_GOSSIP_ITEM(0, "|cff5A005B|TInterface\\icons\\Ability_Hunter_MarkedForDeath:30|tClose", GOSSIP_SENDER_MAIN, 9999);
  7. }
  8. else
  9. {
  10. player->GetSession()->SendNotification("Your Not VIP !");
  11. }
  12. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement