Advertisement
johnlol

PVP Cash Points

Aug 7th, 2023
782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VeriLog 0.64 KB | Gaming | 0 0
  1. /*
  2. ________________     ______            ________      
  3. ___    |_____  /________  /______      ___  __ \_____
  4. __  /| |  __  /_  __ \_  __ \  _ \     __  /_/ /  __ \
  5. _  ___ / /_/ / / /_/ /  /_/ /  __/     _  _, _// /_/ /
  6. /_/  |_\__,_/  \____//_.___/\___/      /_/ |_| \____/
  7.  
  8. */
  9.  
  10. -   script  PVP Cash Points -1,{
  11. OnInit:
  12. set .Delay,30;      // Delay, in seconds
  13. end;
  14. OnPCKillEvent:
  15. if( @Delay < gettimetick(2) ){
  16. set .@Amount,rand(1,4);
  17. set #CASHPOINTS,#CASHPOINTS + .@Amount;
  18. dispbottom "Gained "+.@Amount+" Cash Point. Total = "+#CASHPOINTS+" Cash Points.";
  19. if( .Delay ) set @Delay,gettimetick(2) + .Delay;
  20. specialeffect2 EF_MVP;
  21. }
  22. end;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement