Forum

> > CS2D > Scripts > How to make vip script ? accounting time play
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch How to make vip script ? accounting time play

6 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

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

TrialAndError
User Off Offline

Zitieren
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)
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht