Jump to content
  • 0

Vip time left.


christofereduardo

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   2
  • Joined:  06/06/13
  • Last Seen:  

-    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.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  303
  • Reputation:   117
  • Joined:  12/10/16
  • Last Seen:  

-	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
Link to comment
Share on other sites

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.

×
×
  • Create New...