bool:CheckPlayer(const id ){newFloat:flGametime =get_gametime()if( g_flLastCmd[ id ] < flGametime ){
g_flLastCmd[ id ]= flGametime +1.00returnfalse}if(!is_user_alive(id)){
ColorChat(id, RED, "[kz#] ^x01You must be alive to use this command...")returnfalse}returntrue}