Advertisement
Guest User

Untitled

a guest
Oct 30th, 2012
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2. - script Another -1,{
  3. OnUpdate:
  4. if( !checkvending() ){
  5. set @Hour,@Hour + 1;
  6. if( @Hour % 5 == 0 ){
  7. //put here if item use (getitem,7227,5 : ItemID,QTY)
  8. //getitem,7227,5;
  9. set #CASHPOINTS, #CASHPOINTS + 10;
  10. dispbottom "Online for 12 Hours +10 Cash Points.";
  11. }
  12. }
  13. }
  14. OnPCLoginEvent:
  15. addtimer 60000,strnpcinfo(0)+"::OnUpdate";
  16. end;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement