Forum

> > CS2D > Scripts > How to make vip script ? accounting time play
Forums overviewCS2D overview Scripts overviewLog in to reply

English How to make vip script ? accounting time play

6 replies
To the start Previous 1 Next To the start

old Re: How to make vip script ? accounting time play

TrialAndError
User Off Offline

Quote
Either you create your own timer and let it count the time a player has been playing in the server or use

1
2
3
4
time = 172800
if stats(USGNID,"secs") >= time and vip == false then
	vip = true
end

86400 seconds = 1 day (24 hours)
172800 seconds = 2 days (48 hours)
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview