Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. case 69: //Créditos fodex3
  2. {
  3. if((PInt(MONT_ADDR + addr_bclient) == 0))
  4. {
  5. if(cSlot1 == 2300) //Id do Ovo
  6. {
  7. PInt(MONT_ADDR+ addr_bclient) = 2300;
  8. PByte(addr_bclient + 0x15C6A84+2) = 78;
  9. PByte(addr_bclient + 0x15C6A84+3) = 100;
  10. PInt(SLOT1_ADDR+ addr_bclient) = 0;
  11. SendClientMessage(clientid, " 'Sucesso' ");
  12. SendStats(clientid);
  13. DC(clientid);
  14. break;
  15. }
  16. }
  17. if(cSlot1 == 2301) //Id do Ovo
  18. {
  19. PInt(MONT_ADDR+ addr_bclient) = 2301;
  20. PByte(addr_bclient + 0x15C6A84+2) = 78;
  21. PByte(addr_bclient + 0x15C6A84+3) = 1;
  22. PInt(SLOT1_ADDR+ addr_bclient) = 0;
  23. SendClientMessage(clientid, " ''Sucesso Ovo com 1 de encubaçao'' ");
  24. SendStats(clientid);
  25. DC(clientid);
  26. return;
  27. }
  28. }
  29. if((cMontaria >= 2300) && (cMontaria <= 2389))
  30. {
  31. SendClientMessage(clientid, "Retire sua montaria,cria ou Ovo e tente novamente!");
  32. return;
  33. }
  34. if(cSlot1 >= 0)
  35. {
  36. SendClientMessage(clientid, "Cade o Ovo no primeiro Slot1?");
  37. return;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement