funtwocrasher Posted July 25, 2020 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Share Posted July 25, 2020 Hi guys! Is this possible? I am trying this code but it doesnt work vipseconds = vip_status(3); SC_JEXPBOOST,vipseconds,0; Quote Link to comment Share on other sites More sharing options...
0 Weistony Posted July 25, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 108 Reputation: 12 Joined: 06/19/12 Last Seen: February 18 Share Posted July 25, 2020 set vipseconds, vip_status(3); SC_JEXPBOOST,vipseconds,0; Try that. Let me know if it fixed your issue. Quote Link to comment Share on other sites More sharing options...
0 funtwocrasher Posted July 25, 2020 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Author Share Posted July 25, 2020 16 minutes ago, Weistony said: set vipseconds, vip_status(3); SC_JEXPBOOST,vipseconds,0; Try that. Let me know if it fixed your issue. Did not work. Quote Link to comment Share on other sites More sharing options...
0 Weistony Posted July 25, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 108 Reputation: 12 Joined: 06/19/12 Last Seen: February 18 Share Posted July 25, 2020 May I know your whole script? Quote Link to comment Share on other sites More sharing options...
0 funtwocrasher Posted July 28, 2020 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 143 Reputation: 4 Joined: 06/17/12 Last Seen: August 6, 2024 Author Share Posted July 28, 2020 On 7/25/2020 at 6:44 PM, Weistony said: May I know your whole script? - script VIP_STATUSs -1,{ OnPCLoginEvent: if ( vip_status(1) ) { set viptime, vip_status(3); sc_start SC_EXPBOOST,viptime,0; set .@Timer, vip_status(VIP_STATUS_EXPIRE); dispbottom "Account Status : VIP Account"; dispbottom "Expire Date: "+ gettimestr("%m-%d-%Y %H:%M:%S",21,vip_status(VIP_STATUS_EXPIRE)); dispbottom "Time left : "+ callfunc("Time2Str",.@Timer); end; } Quote Link to comment Share on other sites More sharing options...
Question
funtwocrasher
Hi guys! Is this possible?
I am trying this code but it doesnt work
vipseconds = vip_status(3); SC_JEXPBOOST,vipseconds,0;
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.