View Single Post
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 07-18-2021 , 09:31   Re: OciXCrom's Custom Shop + API
Reply With Quote #300

Quote:
Originally Posted by MAJESTIC_SZ View Post
but i dont know how to code.
It's never too late!
This is a very generic and common problem resolved with minimal code.

From updated copy of Conner's Bhop abilities. Users were hopping away during freezetimes!

Code:
new bool:cool_down_active public round_start()     cool_down_active = false public round_end()     cool_down_active = true     public cshop_menu_opened(id) {     if(cool_down_active)         return SHOP_CLOSE     return SHOP_OPEN }
__________________
DJEarthQuake is offline