Advertisement
Guest User

Capa

a guest
Jul 20th, 2011
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.37 KB | None | 0 0
  1.   case 15: //Capa Iniciante
  2.   {
  3.   if ((cLevel >= 100) && (cLevel <= 150) && (cFada == 770))
  4.   {
  5.    PInt(addr_bclient + 0x015C6A8C) = 614;
  6.    PInt(addr_bclient + 0x015C6A7C) = 0;
  7.    SendClientMessage(clientid, "Bem-Vindo ao Reino Do Aprendiz!!");
  8.    DC(clientid);
  9.    return;
  10.   }
  11.   {
  12.       SendClientMessage(clientid, "Esta Faltando Algo!!");
  13.       return;
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement