Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- mes "You have "+.@vote+" Vote Points.";
- if( select("Redeem Vote Points","Cancel") == 1 ){
- query_sql( "SELECT SUM(`credits`) FROM `cp_votes` WHERE `account_id`='"+getcharid(3)+"'",.@vote );
- #vote_points += .@vote;
- dispbottom "Redeemed "+.@vote+" points. Total = "+#vote_points;
- query_sql( "DELETE FROM `cp_votes` WHERE `account_id`='"+getcharid(3)+"'" );
- }
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment