Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //proibir negociar itens gm - inicio
- if (!test_server)
- {
- if(IsGM())
- {
- ChatPacket(CHAT_TYPE_INFO, LC_TEXT("Proibido trocar itens com jogadores!"));
- return false;
- }
- if(victim->GetGMLevel() > GM_PLAYER)
- {
- ChatPacket(CHAT_TYPE_INFO, LC_TEXT("Proibido trocar itens com GM's!"));
- return false;
- }
- }
- //proibir negociar itens gm - fim
Advertisement
Add Comment
Please, Sign In to add comment