
08-30-2011, 04:03 AM
|
|
team canada
|
 |
Join Date: Jul 2004
Location: Canada
Posts: 5,200
|
|
|
When the player rents time in whatever service, store the time when it expires (timevar2+6) in a clientr flag. I.e: clientr.rentexpires
Then all you need to do is check if timevar2 is greater than or equal to clientr.rentexpires and act accordingly.
You don't have to use clientr flags either, if it's a house you can store it in a DB as well. |
|
|
|