ahmadshidqi
New member
- Messages
- 48
- Points
- 0
Can you help me? i want to make a script.. "every 6am the script auto reset"
my script
my script
Code:
- script dailyrewards -1,{OnPCLoginEvent:getmapxy .@map$, .@x, .@y, 0;if ( .@map$=="invek" ) {if( #Daily != gettime(5) ){set .@point_amt, 25;set #CASHPOINTS, #CASHPOINTS + .@point_amt;dispbottom "Gained Daily Cash 25...";dispbottom "Current Balance = "+#CASHPOINTS+" Cashpoints";set #Daily,gettime(5);}}end;}
Last edited by a moderator: