Jump to content
  • 0

hi rA need a script like this .


Question

4 answers to this question

Recommended Posts

Posted (edited)
*vip_status(<type>,{"<character name>"})

Returns various information about a player's VIP status.

Valid types:

 1 - VIP status. (1 if VIP, 0 if non-VIP)

 2 - VIP expire date. (timestamp string if VIP, 0 if non-VIP)

 3 - VIP time remaining. (timestamp string if VIP, 0 if non-VIP)

NOTE: This command is only available if the VIP System is enabled.

---------------------------------------

*vip_time <time>,{"<character name>"};

Changes a player's VIP time (in minutes). A positive value will increase time, and a

negative value will decrease time.

NOTE: This command is only available if the VIP System is enabled.

 

Edited by Aksl
Posted

Try this

-	script	test	-1,{

OnPCLoginEvent:
	if(#VIPitem >= gettimetick(2)) {
		atcommand "@adjgroup 1";		
	}
	end;

}

//put this on your usable as its Item Script
//Default 5 minutes VIP
//set #VIPItem,gettimetick(2)+300;

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