yuhsing

Untitled

Jan 12th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. prontera,155,181,5 script Sample 757,{
  2. mes "You have "+.@vote+" Vote Points.";
  3. if( select("Redeem Vote Points","Cancel") == 1 ){
  4. query_sql( "SELECT SUM(`credits`) FROM `cp_votes` WHERE `account_id`='"+getcharid(3)+"'",.@vote );
  5. #vote_points += .@vote;
  6. dispbottom "Redeemed "+.@vote+" points. Total = "+#vote_points;
  7. query_sql( "DELETE FROM `cp_votes` WHERE `account_id`='"+getcharid(3)+"'" );
  8. }
  9. close;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment