Jump to content

Question

Posted
-    script    Sample    -1,{

OnPCLoginEvent:
    mes "[Points Viewer]";
    mes "Hello "+strcharinfo(0);
    mes ""+#CASHPOINTS+" Cash and "+#KAFRAPOINTS+" Free Cash.";
    mes "-----------------------------------";
    mes "Time VIP left";
    mes ""+vip_status(2)+"";
    mes "-----------------------------------";
close;
} 

 

Hello would like the vip time foce displayed Days / month / or hours / minutes is somewhat confusing the way it is there.

1 answer to this question

Recommended Posts

  • 0
Posted (edited)
-	script	Sample	-1,{

OnPCLoginEvent:
	mes "[Points Viewer]";
	mes "Hello "+strcharinfo(0);
	mes ""+#CASHPOINTS+" Cash and "+#KAFRAPOINTS+" Free Cash.";
	mes "-----------------------------------";
	mes "Time VIP left";
	mes Time2Str(vip_status(VIP_STATUS_REMAINING) + gettimetick(2));
	mes "-----------------------------------";
	close;
} 

Or

Time2Str(VIP_STATUS_EXPIRE)

Edited by n0tttt

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...