Jump to content
  • 0

Please help me, I want to convert v4p points to cashpoint


Question

Posted (edited)

Good day, I would like to ask for help about converting v4p of jaypee mateo to cashpoint. I've already asked this at the Filipino support section and someone gave me a script but the problem is, it delete the vote points but it doesn't convert it to cashpoint. attached is the script shared to me, please help me. God bless to everyone!

votepointsconverter.txt

Edited by Mang-Berto

5 answers to this question

Recommended Posts

Posted

try this

prontera,155,181,5 script Sample 757,{
if( select("Change to CASHPOINTS:Cancel") == 1 ){
query_sql("SELECT `points` FROM `cp_v4p_voters` WHERE account_id='"+getcharid(3)+"' LIMIT 1",.@points);
set #CASHPOINTS,#CASHPOINTS + .@points;
query_sql("UPDATE `cp_v4p_voters` SET points=0 WHERE account_id='"+getcharid(3)+"'");
dispbottom " Gained "+.@points+" Points . Total Cash Points "+#CASHPOINTS+" Points.";
}
close;
}

  • Upvote 1
Posted (edited)

it's working, last question how to add "Your current Vote points" status, so the players will know how many points they have. thank you!

Edited by Mang-Berto

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...