Script PROMO

Try this but untested.

FInd it in line 56 and add this one.

Code:
input .@pcode$;

query_sql(select count(last_ip) from reward_logs where code = '" + escape_sql(.@pc$) + "',.@claim1);
    if(.@claim1 == 1){
    mes "This code can't claim with same ip."
    close;
    end;
    }
 
 





Code:
Thank you very much [USER=6905]@hikashin[/USER] [USER=18053]@Caspian[/USER] has already been resolved and is working!



 
Back
Top