Quote:
|
Originally Posted by Pyrokid
Something like this
pawn Код:
new Hour; gettime(Hour); if(Hour == 10) { /*open the casino*/ } else if(Hour == 20) { /*close the casino*/ }
|
if(Hour == 10) { Position open here ?} else if(Hour == 20) { Position closed here?}
Other time is close ?