[Request] Vote for points

why not just use a script to change credit points into cashpoints?

 
why not just use a script to change credit points into cashpoints?
while ago i use feefty's voteforpoints and it gives me Err. 4 that alot of users encounter

and i use jaypee's voteforpoints and it does no support direct cash points

and i use bytes vote flux and it doesent give me a cash after voting

any suggestion or any fix guides?

 
how are credits stored? which table name? you just need to add a script that would run every time player logs in or at a certain time, something like this:

pseudocode:

<header>

query_sql to gather amount of credits in table and store it in a @variable

query_sql to set amount to 0

script command to set #CASHPOINTS of the attached user to the same amount of the @variable

 
im using parad

how are credits stored? which table name? you just need to add a script that would run every time player logs in or at a certain time, something like this:

pseudocode:

<header>

query_sql to gather amount of credits in table and store it in a @variable

query_sql to set amount to 0

script command to set #CASHPOINTS of the attached user to the same amount of the @variable
im using paradox vote on hercules flux but after i vote it does not give me cash

 
Back
Top