-
Apprentice
i need to put reborn reward its not working for me
if($Reborn >= 1 && $Reborn <= 24){ // Reborn Over 1 and less 25
Reborn_Rewards($PID,7798,100); // index = 7798 // amount = 100
looking for help to let it works
-
-
Account Upgraded | Title Enabled!
Re: i need to put reborn reward its not working for me
TEST
if($Reborn >= 1 && $Reborn <= 5){ // Reborn Over 1 and less 6Reborn_Rewards($PID,6009,1); // index = 6009 // amount = 1--> Ticket G1echo$successstyle1.'Congratulation, You have received your reward in Inventory/Task.'.$successstyle2; // msg}else
if($Reborn >= 6 && $Reborn <= 9){ // Reborn Over 6 and less 10Reborn_Rewards($PID,6010,1); // index = 6010 // amount = 1--> Ticket G2echo$successstyle1.'Congratulation, You have received your reward in Inventory/Task.'.$successstyle2; // msg}else
if($Reborn >= 10 && $Reborn <= 100){Reborn_Rewards($PID,6011,1); // index = 6010 // amount = 1--> Ticket G3Reborn_Rewards($PID,6009,1); // index = 6010 // amount = 1--> Ticket G1echo$successstyle1.'Congratulation, You have received your reward in Inventory/Task.'.$successstyle2; // msg}
-
Apprentice
Re: i need to put reborn reward its not working for me
can reupload the link again?