Posts: 12
Threads: 3
Joined: Jan 2015
Reputation:
0
I want to make a dialog appear on /licenses, in which it shows "Type of license" and "Hours remained in expiry", row wise. Only Ok button is required. I had tried it with DIALOG_STYLE_MSGBOX but don't know how to add current hours remaining in that. Please help
Posts: 502
Threads: 57
Joined: Nov 2015
Reputation:
0
Using gettickcount !!
Create Variable for Store the time ..
And if the player used command before the time over .. using gettickcount - varible .. for get a reamining time to use again
Posts: 12
Threads: 3
Joined: Jan 2015
Reputation:
0
Thanks for reply but i had already done this all, i just wanna know how to implement it in "ShowPlayerDialog".