Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,181,5 script Sample 757,{
- // target player amount
- set .@target_player,20;
- set .@gettimestr,atoi( gettimestr( "%Y%m%d",21 ) );
- set .@users,getusers(1);
- if( .@gettimestr == #gettimestr ){
- mes "You already get the items for the days.";
- }else if( .@users < .@target_player ){
- mes "The server need minimum of "+.@target_player+" players before it give items.";
- }else{
- mes "Items of the days...";
- set #gettimestr,.@gettimestr;
- getitem 512,1;
- getitem 512,1;
- getitem 512,1;
- }
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment